stm32f746-overview.rst 847 B

123456789101112131415161718192021222324252627282930313233
  1. STM32F746 Overview
  2. ==================
  3. Introduction
  4. ------------
  5. The STM32F746 is a Cortex-M7 MCU aimed at various applications.
  6. It features:
  7. - Cortex-M7 core running up to @216MHz
  8. - 1MB internal flash, 320KBytes 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
  12. - Ethernet controller
  13. - USB OTFG FS & HS controllers
  14. - I2C, SPI, CAN busses support
  15. - Several 16 & 32 bits general purpose timers
  16. - Serial Audio interface
  17. - LCD controller
  18. - HDMI-CEC
  19. - SPDIFRX
  20. Resources
  21. ---------
  22. Datasheet and reference manual are publicly available on ST website (STM32F746_).
  23. .. _STM32F746: http://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32f7-series/stm32f7x6/stm32f746ng.html
  24. :Authors:
  25. Alexandre Torgue <alexandre.torgue@st.com>