reset
Restart the target device to a clean state. Optionally halt at the reset vector to prepare for flashing or trace startup execution.
Instructions
Reset the target device. Halting leaves the core stopped at the reset vector, which is where you want it before flashing, or to watch startup run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| halt | No | Halt at the reset vector after reset (default: false) | |
| strategy | No | J-Link reset type. Omit to let J-Link pick the right one for the device, which is what SEGGER recommends and is almost always correct. 0 = normal; 1 = core only, via VECTRESET, leaving peripherals running; 2 = drive the reset pin, which fails if that pin is not wired. See https://kb.segger.com/J-Link_Reset_Strategies |