STM32 Nucleo G071RB
Nucleo G081RB development board.
Vendor: STMicroelectronics
Program Target: STM32G0 : STM32G071RB
Sample firmware
zephyr-nucleo_g071rb-blinky-3.3.0.hex
: Example “blinky” firmware for STM32 Nucleo G071RB
References
Program STM32G071RB (ST Link)
YAML test plans
suite-nucleo_g071rb-blinky-stlink.yaml
title: "NUCLEO-G071RB Blinky, STLink via USB"
suite:
- ident: DEV-T1
title: Get STM32G0 unique ID using STLink via USB.
steps:
- command: identify STM32G0_STLink
- ident: DEV-T2
title: Erase STM32G0 using STLink via USB.
steps:
- command: erase STM32G0_STLink
- ident: DEV-T3
title: Program STM32G0 using STLink via USB.
steps:
- command: program STM32G0_STLink zephyr-nucleo_g071rb-blinky-3.3.0.hex
Program STM32G074RE (Built-in SWD)
YAML test plans
suite-nucleo_g071rb-blinky-swd.yaml
title: "NUCLEO-G074RE Blinky, Built-In SWD"
suite:
- ident: DEV-T1
title: Get STM32G0 unique ID using built-in SWD interface.
steps:
- command: identify STM32G0
- ident: DEV-T2
title: Erase STM32G0 using built-in SWD interface.
steps:
- command: erase STM32G0
- ident: DEV-T3
title: Program STM32G0 using built-in SWD interface.
steps:
- command: program STM32G0 zephyr-nucleo_g071rb-blinky-3.3.0.hex
See also