STM32 Nucleo F401RE
Nucleo F401RE development board.
Vendor: STMicroelectronics
Program Target: STM32F4 : STM32F401RE
Sample firmware
zephyr-sample-blinky.hex
: Example “blinky” firmware for STM32 Nucleo F401REzephyr-sample-blinky-200ms.hex
: “blinky” firmware for STM32 Nucleo F401RE, with 200ms duty cycle
References
Program STM32F401RE (ST Link)
YAML test plans
suite-nucleo_f401re-blinky.yaml
title: "Program: blinky sample"
suite:
- ident: DEV-T1
title: Identify DUT
steps:
- command: identify STM32F4_STLink
- ident: DEV-T2
title: Erase STM32F4 through USB ST-Link
steps:
- command: erase STM32F4_STLink
- ident: DEV-T3
title: Program STM32F4 through USB ST-Link
steps:
- command: program STM32F4_STLink zephyr-sample-blinky.hex
suite-nucleo_f401re-blinky-fast.yaml
title: "Program: blinky sample (200ms)"
suite:
- ident: DEV-T1
title: Identify DUT
steps:
- command: identify STM32F4_STLink
- ident: DEV-T2
title: Erase STM32F4 through USB ST-Link
steps:
- command: erase STM32F4_STLink
- ident: DEV-T3
title: Program STM32F4 through USB ST-Link
steps:
- command: program STM32F4_STLink zephyr-sample-blinky-fast.hex
See also