stm32h743-overview.rst 800 B

123456789101112131415161718192021222324252627282930313233
  1. ==================
  2. STM32H743 Overview
  3. ==================
  4. Introduction
  5. ------------
  6. The STM32H743 is a Cortex-M7 MCU aimed at various applications.
  7. It features:
  8. - Cortex-M7 core running up to @400MHz
  9. - 2MB internal flash, 1MBytes internal RAM
  10. - FMC controller to connect SDRAM, NOR and NAND memories
  11. - Dual mode QSPI
  12. - SD/MMC/SDIO support
  13. - Ethernet controller
  14. - USB OTFG FS & HS controllers
  15. - I2C, SPI, CAN busses support
  16. - Several 16 & 32 bits general purpose timers
  17. - Serial Audio interface
  18. - LCD controller
  19. - HDMI-CEC
  20. - SPDIFRX
  21. - DFSDM
  22. Resources
  23. ---------
  24. Datasheet and reference manual are publicly available on ST website (STM32H743_).
  25. .. _STM32H743: http://www.st.com/en/microcontrollers/stm32h7x3.html?querycriteria=productId=LN2033
  26. :Authors: Alexandre Torgue <alexandre.torgue@st.com>