0001 ==================
0002 STM32H750 Overview
0003 ==================
0004
0005 Introduction
0006 ------------
0007
0008 The STM32H750 is a Cortex-M7 MCU aimed at various applications.
0009 It features:
0010
0011 - Cortex-M7 core running up to @480MHz
0012 - 128K internal flash, 1MBytes internal RAM
0013 - FMC controller to connect SDRAM, NOR and NAND memories
0014 - Dual mode QSPI
0015 - SD/MMC/SDIO support
0016 - Ethernet controller
0017 - USB OTFG FS & HS controllers
0018 - I2C, SPI, CAN busses support
0019 - Several 16 & 32 bits general purpose timers
0020 - Serial Audio interface
0021 - LCD controller
0022 - HDMI-CEC
0023 - SPDIFRX
0024 - DFSDM
0025
0026 Resources
0027 ---------
0028
0029 Datasheet and reference manual are publicly available on ST website (STM32H750_).
0030
0031 .. _STM32H750: https://www.st.com/en/microcontrollers-microprocessors/stm32h750-value-line.html
0032
0033 :Authors: Dillon Min <dillon.minfei@gmail.com>
0034