STM32F4DISCOVERY: Unterschied zwischen den Versionen
Aus LaborWiki
Siro (Diskussion | Beiträge) K (serialUSB) |
Siro (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
||
Zeile 13: | Zeile 13: | ||
http://libopencm3.git.sourceforge.net/git/gitweb-index.cgi | http://libopencm3.git.sourceforge.net/git/gitweb-index.cgi | ||
== | == my Code Examples == | ||
* | * serialUSB | ||
* flash your code into SRAM | |||
* Timer1 PWM + DMA Events | |||
* Timer12 CH1 clock input | |||
* Timer4 PWM | |||
* Timer2 starts on ETR, is clocked from ITR2 | |||
* DMA SRAM to PORTA, Circular mode | |||
http://redmine.das-labor.org/projects/stm32f4xx |
Version vom 30. Januar 2012, 21:46 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
my Code Examples
- serialUSB
- flash your code into SRAM
- Timer1 PWM + DMA Events
- Timer12 CH1 clock input
- Timer4 PWM
- Timer2 starts on ETR, is clocked from ITR2
- DMA SRAM to PORTA, Circular mode