Difference between revisions of "STM32F407 Microcontroller"
From ScienceZero
(→Documents and files) |
|||
Line 8: | Line 8: | ||
*[http://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/DM00039084.pdf User manual] | *[http://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/DM00039084.pdf User manual] | ||
*[http://www.st.com/st-web-ui/static/active/en/resource/technical/document/programming_manual/DM00046982.pdf Programming manual] | *[http://www.st.com/st-web-ui/static/active/en/resource/technical/document/programming_manual/DM00046982.pdf Programming manual] | ||
+ | *[http://www.st.com/st-web-ui/static/active/en/st_prod_software_internet/resource/technical/software/firmware/stsw-stm32068.zip Example code] | ||
+ | *[http://www.st.com/st-web-ui/static/active/en/resource/technical/document/application_note/DM00038796.pdf About example code] | ||
[[Category:Computing]] | [[Category:Computing]] |
Revision as of 14:35, 6 July 2013
Documents and files
- ARM: Cortex-M3 Thumb-2 instruction set
- Discovery kit for STM32 F4 series - with STM32F407VG MCU
- Latest version of Keil µVision (Register for free to get the download link)
- STM32F4 high-performance discovery board
- Schematic
- User manual - getting started
- User manual
- Programming manual
- Example code
- About example code