STM32F4DISCOVERY
Aus LaborWiki
STM32F4
- ST Home: http://www.st.com/stm32f4
- STM32F4DISCOVERY ST Home: http://www.st.com/internet/evalboard/product/252419.jsp
- Datasheet:
Compiling IDE for linux
ST-Link
http://cu.rious.org/make/stm32f4-discovery-board-with-linux/
Free Code Examples for STM32F4
http://libopencm3.git.sourceforge.net/git/gitweb-index.cgi
Serial USB USART
- creates a ttyACMx device to communicate with
- Code Example: https://www.das-labor.org/trac/browser/microcontroller/src-stm32f4xx/serialUSB
- breakpoint on main, edit gdbscript if you don't want a breakpoint
- no need to install driver on Linux, Windows: find out by yourself
- open /dev/ttyACM0 with any terminal programm