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.
已解决! 转到解答。
Hi @ClarkS
You can add the MCXN947_cm33_core0.xml path into the launch.json.
And then debug it.
BR
Harry