STM32 Nucleo F103RB
- Vendor: STMicroelectronics 
- Program Target: STM32F1 : STM32F103RB 
Sample firmware
- zephyr-sample-blinky-nucleo_f103rb.hex: Example “blinky” firmware for STM32 Nucleo F103RB
References
Program STM32F103RB (ST-Link)
YAML Test plans
- suite-nucleo_f103rb-blinky.yaml: PLT test plan to program- zephyr-sample-blinky-nucleo_f103rb.hex
title: "Program: blinky sample"
suite:
- ident: DEV-T1
  title: Identify DUT
  steps:
  - command: identify STM32F1_STLink
- ident: DEV-T2
  title: Erase STM32F1 through USB ST-Link
  steps:
  - command: erase STM32F1_STLink
- ident: DEV-T3
  title: Program STM32F1 though USB ST-Link
  steps:
  - command: program STM32F1_STLink zephyr-sample-blinky-nucleo_f103rb.hex
See also