STM32 NUCLEO-F070RB¶
Vendor: STMicroelectronics
Program Target: STM32F1 : STM32L152RE
Zephyr board name:
nucleo_l152re
(ST Nucleo L152RE — Zephyr Project Documentation)
Sample firmware
zephyr-nucleo_l152re-blinky-3.2.0.hex
: Example “blinky” firmware for STM32 NUCLEO-L152RE
Program NUCLEO-L152RE (SWD)¶
YAML Test plans
suite-nucleo_l152re-swd.yaml
: PLT test plan to programzephyr-nucleo_l152re-blinky-3.2.0.hex
title: "Program NUCLEO-L152RE over SWD"
suite:
- steps:
- command: identify STM32L1
- command: erase STM32L1
- command: program STM32L1 zephyr-nucleo_l152re-blinky-3.2.0.hex
Program NUCLEO-L152RE (ST-Link)¶
YAML Test plans
suite-nucleo_l152re-stlink.yaml
: PLT test plan to programzephyr-nucleo_l152re-blinky-3.2.0.hex
title: "Program NUCLEO-L152RE over STLink"
suite:
- steps:
- command: identify STM32L1_STLink
- command: erase STM32L1_STLink
- command: program STM32L1_STLink zephyr-nucleo_l152re-blinky-3.2.0.hex
References