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