STM32F4DISCOVERY: Unterschied zwischen den Versionen
Aus LaborWiki
Siro (Diskussion | Beiträge) K (datasheet) |
Siro (Diskussion | Beiträge) K (serialUSB) |
||
Zeile 15: | Zeile 15: | ||
== Serial USB USART == | == Serial USB USART == | ||
* creates a ttyACMx device to communicate with | * creates a ttyACMx device to communicate with | ||
* Code Example: ' | * 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 |
Version vom 2. Dezember 2011, 21:36 Uhr
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