Good morning, I have been able to start a program with MCUXPRESSO for Vscode.
I used the JLINK SEGGER BASE and EDU MINI models.
I’ve tried it with FRDM I.MX93 also.
You need to insert a note in the documentation, you need to link the
I received the SVD files 4 days ago to view and manage the registers of the peripherals
Following the instructions on how to set up the launch.json
Vscode still does not accept SVD settings.
When opening the IDE the SVD file is not loaded, I have to upload it manually in the offline peripherals window , but it does not work in real time.
I have made many unsuccessful attempts.
I added "svdFile": "${workspaceFolder}/SVD/MIMX9352_cm33.svd", or
"svdFile": "d:/DVDETIPACK/ETIVEXX/HW/Tools/iMX93_Header_RFP_20230922/SVD/MIMX9352_cm33.svd",
and in the file launch.json without success.
I tried to enable liveWatch "liveWatch": { "enabled": true }, in the hope of using the liveWatch function , how does it work?