stm32f429-overview.rst 700 B

12345678910111213141516171819202122232425
  1. ==================
  2. STM32F429 Overview
  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. Resources
  15. ---------
  16. Datasheet and reference manual are publicly available on ST website (STM32F429_).
  17. .. _STM32F429: http://www.st.com/web/en/catalog/mmc/FM141/SC1169/SS1577/LN1806?ecmp=stm32f429-439_pron_pr-ces2014_nov2013
  18. :Authors: Maxime Coquelin <[email protected]>