Program Target Interaction¶
Program¶
Example: Program NXP LPC11C24 over SWD, using built-in PLT programmer.
Example PLT Test Plan: Program NXP LPC11C24 (SWD)¶
title: "NXP LPC11C24 (SWD)"
suite:
- title: Power via SWD_VDD
steps:
- command: power SWD on
- title: Program firmware
steps:
- command: program lpc11xx blinky.hex
Example: Program NXP LPC11C24 over a USB-attached CMSIS-DAP programmer,
using the Keil Keil.LPC1100_DFP.1.4.0.pack
CMSIS Pack file.
Example PLT Test Plan: Program NXP LPC11C24 (CMSIS)¶
title: "NXP LPC11C24 (CMSIS)"
suite:
- title: Power via 3V3
steps:
- command: power 3V3 on
- title: Program firmware
steps:
- command: program cmsis blinky.hex
pack: Keil.LPC1100_DFP.1.4.0.pack
target: LPC11C24FBD48/301
Commands
Erase¶
Example: Erase STM32L4 on-board flash, over the built-in SWD interface of the PLT.
Example PLT Test Plan: Erase STM32L4 (SWD)¶
title: "Erase STM32L4 (SWD)"
suite:
- title: Erase
steps:
- command: erase STM32L4
Commands
Identify¶
Commands