STM32 Nucleo F207ZG
Vendor: STMicroelectronics
Program Target: STM32F2 : STM32F207ZG
Sample firmware
zephyr-sample-blinky.hex
: Example “blinky” firmware for STM32 Nucleo F207ZGzephyr-sample-blinky-fast.hex
: “blinky” firmware for STM32 Nucleo F207ZG, with 200ms duty cycle
References
Program STM32F207ZG (ST-Link)
YAML Test plans
suite-nucleo_f207zg-blinky.yaml
: PLT test plan to programzephyr-sample-blinky.hex
title: "Program: blinky sample"
suite:
- ident: DEV-T1
title: Identify DUT
steps:
- command: identify STM32F2_STLink
- ident: DEV-T2
title: Erase STM32F2 through USB ST-Link
steps:
- command: erase STM32F2_STLink
- ident: DEV-T3
title: Program STM32F2 though USB ST-Link
steps:
- command: program STM32F2_STLink zephyr-sample-blinky.hex
suite-nucleo_f207zg-blinky-fast.yaml
: PLT test plan to programzephyr-sample-blinky-fast.hex
title: "Program: blinky sample (200ms)"
suite:
- ident: DEV-T1
title: Identify DUT
steps:
- command: identify STM32F2_STLink
- ident: DEV-T2
title: Erase STM32F2 through USB ST-Link
steps:
- command: erase STM32F2_STLink
- ident: DEV-T3
title: Program STM32F2 though USB ST-Link
steps:
- command: program STM32F2_STLink zephyr-sample-blinky-fast.hex
See also