PaxInstruments / labwiz-board

A development board based on the STM32 series processors specifically targeting the STM32F103RxT series.
4 stars 2 forks source link

Main board as peripheral #29

Closed charlespax closed 8 years ago

charlespax commented 8 years ago

It would be pretty cool if a person could use their favorite microcontroller on a module board and use the main board merely to interface with the buttons, LCD, etc..

Buttons The STM32 monitors the buttons. When a button is pressed the STM32 generates an interrupt output to the module. The module can poll the STM32 for button status.

Other peripherals We can probably have the STM32 simple echo byte-for-byte all the communication between the module microcontroller and the peripheral. The STM32 would simple act as a conduit.

charlespax commented 8 years ago

Moved to firmware repo