How use SVD file in MCUXpresso for VSCode

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How use SVD file in MCUXpresso for VSCode

Jump to solution
498 Views
ClarkS
Contributor III

Context:
MCUXpresso for VSCode version 25.5.20

VSCode version 1.101.2

Zephyr SDK 4.1.0

I am developing a standalone zephyr app based on the FRDM-MCXN947. I can develop and debug however in the debugger when I look at the Peripherals tab, it says "No SVD set for the current session". I have tried to add the SVD file in launch.json, mcuxpresso-tools.json, and in VSCode settings but I have not got the peripherals to show up yet. 

Please show me how to get the peripherals tab working.

 

0 Kudos
Reply
1 Solution
467 Views
Harry_Zhang
NXP Employee
NXP Employee

Hi @ClarkS 

You can add the MCXN947_cm33_core0.xml path into the launch.json.

Harry_Zhang_1-1751351866719.png

And then debug it.

Harry_Zhang_0-1751351791651.png

BR

Harry

 

View solution in original post

0 Kudos
Reply
1 Reply
468 Views
Harry_Zhang
NXP Employee
NXP Employee

Hi @ClarkS 

You can add the MCXN947_cm33_core0.xml path into the launch.json.

Harry_Zhang_1-1751351866719.png

And then debug it.

Harry_Zhang_0-1751351791651.png

BR

Harry

 

0 Kudos
Reply