Maxime Coquelin | 9b799b7 | 2015-05-09 09:53:54 +0200 | [diff] [blame^] | 1 | STM32F429 Overview |
| 2 | ================== |
| 3 | |
| 4 | Introduction |
| 5 | ------------ |
| 6 | The STM32F429 is a Cortex-M4 MCU aimed at various applications. |
| 7 | It features: |
| 8 | - ARM Cortex-M4 up to 180MHz with FPU |
| 9 | - 2MB internal Flash Memory |
| 10 | - External memory support through FMC controller (PSRAM, SDRAM, NOR, NAND) |
| 11 | - I2C, SPI, SAI, CAN, USB OTG, Ethernet controllers |
| 12 | - LCD controller & Camera interface |
| 13 | - Cryptographic processor |
| 14 | |
| 15 | Resources |
| 16 | --------- |
| 17 | Datasheet and reference manual are publicly available on ST website: |
| 18 | - http://www.st.com/web/en/catalog/mmc/FM141/SC1169/SS1577/LN1806?ecmp=stm32f429-439_pron_pr-ces2014_nov2013 |
| 19 | |
| 20 | Document Author |
| 21 | --------------- |
| 22 | Maxime Coquelin <mcoquelin.stm32@gmail.com> |