stm32f769-overview.rst 933 B

12345678910111213141516171819202122232425262728293031323334
  1. ==================
  2. STM32F769 Overview
  3. ==================
  4. Introduction
  5. ------------
  6. The STM32F769 is a Cortex-M7 MCU aimed at various applications.
  7. It features:
  8. - Cortex-M7 core running up to @216MHz
  9. - 2MB internal flash, 512KBytes internal RAM (+4KB of backup SRAM)
  10. - FMC controller to connect SDRAM, NOR and NAND memories
  11. - Dual mode QSPI
  12. - SD/MMC/SDIO support*2
  13. - Ethernet controller
  14. - USB OTFG FS & HS controllers
  15. - I2C*4, SPI*6, CAN*3 busses support
  16. - Several 16 & 32 bits general purpose timers
  17. - Serial Audio interface*2
  18. - LCD controller
  19. - HDMI-CEC
  20. - DSI
  21. - SPDIFRX
  22. - MDIO salave interface
  23. Resources
  24. ---------
  25. Datasheet and reference manual are publicly available on ST website (STM32F769_).
  26. .. _STM32F769: http://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32-high-performance-mcus/stm32f7-series/stm32f7x9/stm32f769ni.html
  27. :Authors: Alexandre Torgue <[email protected]>