0001 ==================
0002 STM32F429 Overview
0003 ==================
0004
0005 Introduction
0006 ------------
0007
0008 The STM32F429 is a Cortex-M4 MCU aimed at various applications.
0009 It features:
0010
0011 - ARM Cortex-M4 up to 180MHz with FPU
0012 - 2MB internal Flash Memory
0013 - External memory support through FMC controller (PSRAM, SDRAM, NOR, NAND)
0014 - I2C, SPI, SAI, CAN, USB OTG, Ethernet controllers
0015 - LCD controller & Camera interface
0016 - Cryptographic processor
0017
0018 Resources
0019 ---------
0020
0021 Datasheet and reference manual are publicly available on ST website (STM32F429_).
0022
0023 .. _STM32F429: http://www.st.com/web/en/catalog/mmc/FM141/SC1169/SS1577/LN1806?ecmp=stm32f429-439_pron_pr-ces2014_nov2013
0024
0025 :Authors: Maxime Coquelin <mcoquelin.stm32@gmail.com>