STM32F4DISCOVERY: Unterschied zwischen den Versionen

Aus LaborWiki
Wechseln zu: Navigation, Suche
K (datasheet)
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: ''' TODO'''
* 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, 22:36 Uhr

STM32F4

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