set_svd_path
Set the CMSIS-SVD file path at runtime to decode peripheral reads into named fields and values instead of raw hex, without restarting the server.
Instructions
Point the server at a CMSIS-SVD file for the target at runtime, so peripheral reads come back with named fields and decoded values instead of raw hex. Mirrors set_device — you do not have to restart with SVD_PATH set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to a .svd or .svd.gz file for this exact part |