35 lines
793 B
ReStructuredText
Raw Normal View History

2026-01-21 18:59:54 +08:00
==================
2026-01-29 22:25:33 +08:00
STM32H750 Overview
2026-01-21 18:59:54 +08:00
==================
Introduction
------------
2026-01-29 22:25:33 +08:00
The STM32H750 is a Cortex-M7 MCU aimed at various applications.
2026-01-21 18:59:54 +08:00
It features:
2026-01-29 22:25:33 +08:00
- Cortex-M7 core running up to @480MHz
- 128K internal flash, 1MBytes internal RAM
2026-01-21 18:59:54 +08:00
- FMC controller to connect SDRAM, NOR and NAND memories
- Dual mode QSPI
- SD/MMC/SDIO support
- Ethernet controller
- USB OTFG FS & HS controllers
- I2C, SPI, CAN busses support
- Several 16 & 32 bits general purpose timers
- Serial Audio interface
- LCD controller
- HDMI-CEC
- SPDIFRX
- DFSDM
Resources
---------
2026-01-29 22:25:33 +08:00
Datasheet and reference manual are publicly available on ST website (STM32H750_).
2026-01-21 18:59:54 +08:00
2026-01-29 22:25:33 +08:00
.. _STM32H750: https://www.st.com/en/microcontrollers-microprocessors/stm32h750-value-line.html
:Authors: Dillon Min <dillon.minfei@gmail.com>
2026-01-21 18:59:54 +08:00