STM8 Nucleo STM8S208R8
Vendor: STMicroelectronics
Program Target: STM8 : STM8S208R8
Sample firmware
nucleo-stm8s208r8-factory.hex
: Factory firmware for NUCLEO-STM8S208R8
References
Program NUCLEO-STM8S208R8 (ST-Link)
YAML Test Plan
suite-nucleo_stm8s208r8-stlink.yaml
: PLT test plan to programnucleo-stm8s208r8-factory.hex
using stm8flash with ST-Link v2.1
title: "TGT-152: Nucleo (STM8S208R8)"
suite:
- ident: DEFINES
steps:
- command: define FIRMWARE.hex "nucleo-stm8s208r8-factory.hex"
- ident: "AGENT"
retry: 3
steps:
- command: agentCfg PROGSBC UART2
with:
- "%FIRMWARE.hex%"
- ident: "PROG"
steps:
- command: agentExec PROGSBC "stm8flash -c stlinkv21 -p stm8s208r8 -w /run/pltagent/mnt/%FIRMWARE.hex%"
timeout: 10s