OS: Ubuntu 22.04
IDE: VS Code
I recently received my LPCxpresso 865 MAX prototyping board. I am trying to debug an example program from the SDK (freertos_hello). I updated the firmware.bin on the integrated debugger, but I am unable to see the VCOM port when I list devices under /dev. I did reset the 865 MAX board after loading firmware.bin, and I also tried resetting my computer.
I am also trying to get the debugger to work under VS Code but with no luck. I have installed MCUXPRESSO FOR VS CODE extension, and it sees a DAPLink CMSIS-DAP, Type: LinkServer, SN: 182400000454b99600000000000000000000000097969902, but I do not know how to activate the debug session.
I have attached my launch.json file. I would appreciate your help.
Hello @kk7xo
About VS CODE debugging, please refer to:
https://mcuoneclipse.com/2023/08/16/vs-code-debugging/
BR
Alice
Hello @kk7xo
1) Recommend refer to board user guide to debug, and also can update debug firmware.
https://www.nxp.com/webapp/sps/download/preDownload.jsp?render=true
2) If still can not work, how about test with windows firstly.
3) Take a video about your debug steps.
BR
Alice