STM32 Nucleo H753ZI

NUCLEO-H753ZI development board.

Sample firmware

  • zephyr-nucleo_h753zi-blinky-3.2.0.hex: Example “blinky” firmware for STM32 Nucleo H753ZI

  • zephyr-nucleo_h753zi-blinky-3.2.0.dfu: Example “blinky” firmware for STM32 Nucleo H753ZI, in .dfu format.

  • Zephyr Samples > Firmware Binaries

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 (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