Problem debugging IMX93-EVK core M33 with visual studio code

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Problem debugging IMX93-EVK core M33 with visual studio code

639 次查看
Gutenberg-coder
Contributor I

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

标记 (1)
0 项奖励
回复
2 回复数

284 次查看
Gutenberg-coder
Contributor I

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?

 

标记 (2)
0 项奖励
回复

628 次查看
Chavira
NXP TechSupport
NXP TechSupport

Hi @Gutenberg-coder!

Thank you for contacting NXP Support!

 

Do you already trying following our AN14120?

 

You have to download a patch for iMX93.

 

Best Regards!

Chavira

0 项奖励
回复