STM32 Nucleo H753ZI
NUCLEO-H753ZI development board.
Vendor: STMicroelectronics
Program Target: STM32H7 : STM32H753ZI
Sample firmware
zephyr-nucleo_h753zi-blinky-3.2.0.hex
: Example “blinky” firmware for STM32 Nucleo H753ZIzephyr-nucleo_h753zi-blinky-3.2.0.dfu
: Example “blinky” firmware for STM32 Nucleo H753ZI, in .dfu format.
References
Program STM32H753ZI (SWD)
suite-nucleo_h753zi-swd.yaml
title: "Program: Program NUCLEO-H753ZI over SWD"
suite:
- ident: DEV-T1
title: Identify DUT
steps:
- command: identify STM32H7
- ident: DEV-T2
title: Erase STM32H7
steps:
- command: erase STM32H7
- ident: DEV-T3
title: Program STM32H7
steps:
- command: program STM32H7 zephyr-nucleo_h753zi-blinky-3.2.0.hex
Program STM32H753ZI (ST Link)
YAML test plans
suite-nucleo_h753zi-stlink.yaml
title: "Program: Program NUCLEO-H753ZI over STLink"
suite:
- ident: DEV-T1
title: Identify DUT
steps:
- command: identify STM32H7_STLink
- ident: DEV-T2
title: Erase STM32H7 through USB ST-Link
steps:
- command: erase STM32H7_STLink
- ident: DEV-T3
title: Program STM32H7 through USB ST-Link
steps:
- command: program STM32H7_STLink zephyr-nucleo_h753zi-blinky-3.2.0.hex
Program STM32H753ZI (USB-DFU)
YAML test plans
suite-nucleo_h753zi-usb-dfu.yaml
title: "Program: Program NUCLEO-H753ZI with USB-DFU"
suite:
- steps:
# USB-DFU uses the DUT USB-C port, the port needs to be on.
- command: usb power on
# Allow for usb device to connect
- command: sleepms 100
# Program DUT
- command: program USB-DFU zephyr-nucleo_h753zi-blinky-3.2.0.dfu
target: STM32H7
See also