stm32f769-overview.rst 915 B

1234567891011121314151617181920212223242526272829303132333435
  1. STM32F769 Overview
  2. ==================
  3. Introduction
  4. ------------
  5. The STM32F769 is a Cortex-M7 MCU aimed at various applications.
  6. It features:
  7. - Cortex-M7 core running up to @216MHz
  8. - 2MB internal flash, 512KBytes internal RAM (+4KB of backup SRAM)
  9. - FMC controller to connect SDRAM, NOR and NAND memories
  10. - Dual mode QSPI
  11. - SD/MMC/SDIO support*2
  12. - Ethernet controller
  13. - USB OTFG FS & HS controllers
  14. - I2C*4, SPI*6, CAN*3 busses support
  15. - Several 16 & 32 bits general purpose timers
  16. - Serial Audio interface*2
  17. - LCD controller
  18. - HDMI-CEC
  19. - DSI
  20. - SPDIFRX
  21. - MDIO salave interface
  22. Resources
  23. ---------
  24. Datasheet and reference manual are publicly available on ST website (STM32F769_).
  25. .. _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
  26. :Authors:
  27. Alexandre Torgue <alexandre.torgue@st.com>