Discovery Kit H747I

Vendor: ST Microelectronics
Features: DAC, Dual-core, Ethernet, External Flash, External RAM, microSD, USB
Source on GitHub: stm32/STM32H747I_DISCO
More info: Website

The Ethernet interface requires a hardware modification due to a pin conflict between ETH_MDC (PC1) and the SAI4_D1 digital MEMS microphone. To enable Ethernet, the MEMS microphone must be disconnected from PC1. See the STM32H747I-DISCO user manual (UM2411) for modification details.

The board includes additional hardware not currently configured in MicroPython: 4" LCD touchscreen (DSI), camera connector (DCMI), WM8994 audio codec, and digital MEMS microphones.

Installation instructions

STM32 via ST-Link

Nucleo and Discovery boards typically include a built-in ST-Link programmer.

A .bin or .hex file can be flashed using st-flash.

# Optional erase to clear existing filesystem.
st-flash erase

# Flash .bin
st-flash write firmware.bin 0x08000000
# or, flash .hex
st-flash --format ihex write firmware.hex

A .hex file can be flashed using STM32 Cube Programmer.

STM32_Programmer.sh -c port=SWD -d firmware.hex -hardRst

STM32 via DFU

Boards with USB support can also be programmed via the ST DFU bootloader, using e.g. dfu-util or pydfu.py.

To enter the bootloader the BOOT0 pin can be connected to VCC during reset, or you can use machine.bootloader() from the MicroPython REPL.

dfu-util --alt 0 -D firmware.dfu

Firmware

Releases

v1.29.0 (2026-08-24) .dfu / [.hex] / [Release notes] (latest)

Preview builds

These are automatic builds of the development branch for the next release.

v1.30.0-preview.58.g14e9793c91 (2026-09-04) .dfu / [.hex]
v1.30.0-preview.26.g8cb7558d00 (2026-09-02) .dfu / [.hex]
v1.30.0-preview.24.g8162451850 (2026-08-31) .dfu / [.hex]
v1.30.0-preview.8.gf668077be2 (2026-08-27) .dfu / [.hex]