we have some problems with IMX93-EVK for debugging it in VS code ,when we have attached the J-LINK SEGGER to debugging on VS code gave as a problem of SEGGER GDB quit unexpectledy and in the terminal appears GDB server connection closed.
what can we do for this problem?
Thanks
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.
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?