Offline Peripherals - nxp-mcuxpresso/vscode-for-mcux GitHub Wiki
MCUXpresso for VS Code provides a way to inspect the peripheral registers without the need for an active debug session. Registers are shown with the fields, but of course without the actual values. Instead the view shows the reset value for the registers.
Note: Holding the mouse over the bit field, it will show a tooltip that includes the detailed description for the current value and also the descriptions for the other possible values.
The view provides three ways of importing peripherals:
- From a local file. To load an SVD that is saved on the disk push the “Import SVD file from disk” button.
- For the device/core used by the selected project. To load the project's corresponding SVD file push the “Load peripherals for device used by selected project” button. Then select the project from the dropdown list.
- From a list of available devices. To load the peripherals for selected device push the “Load peripherals for selected device” button. In the dropdown list first select the repository, then the specific device.