svd_load
Load a CMSIS-SVD file to map chip registers, enabling peripheral register interpretation for MCU debugging.
Instructions
Load a CMSIS-SVD file to enable peripheral register interpretation.
SVD files define the register map of a chip. You can find SVD files in your chip vendor's SDK, or at https://github.com/posborne/cmsis-svd-data Example: svd_load('/path/to/STM32L496.svd')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| svd_path | Yes |