Difference between revisions of "STM32F407 Microcontroller"
From ScienceZero
(→Documents and files) |
|||
Line 5: | Line 5: | ||
*[http://www.st.com/st-web-ui/static/active/en/resource/technical/document/data_brief/DM00037955.pdf STM32F4 high-performance discovery board] | *[http://www.st.com/st-web-ui/static/active/en/resource/technical/document/data_brief/DM00037955.pdf STM32F4 high-performance discovery board] | ||
*[http://www.st.com/st-web-ui/static/active/en/resource/technical/layouts_and_diagrams/schematic_pack/stm32f4discovery_sch.zip Schematic] | *[http://www.st.com/st-web-ui/static/active/en/resource/technical/layouts_and_diagrams/schematic_pack/stm32f4discovery_sch.zip Schematic] | ||
+ | *[http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/DM00037051.pdf STM32F407VG microcontroller datasheet] | ||
+ | *[http://infocenter.arm.com/help/topic/com.arm.doc.ddi0439c/DDI0439C_cortex_m4_r0p1_trm.pdf ARM Cortex®-M4 Technical Reference Manual] | ||
*[http://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/DM00037368.pdf User manual - getting started] | *[http://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/DM00037368.pdf User manual - getting started] | ||
*[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] |
Revision as of 14:41, 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
- STM32F407VG microcontroller datasheet
- ARM Cortex®-M4 Technical Reference Manual
- User manual - getting started
- User manual
- Programming manual
- Example code
- About example code