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