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.