Thanks for posting this - I have the same problem on an STM32 board, VSCode based project , using a JLink or ST-Link for debugging... Got a similar error message Finished reading symbols from objdump: Time: 122 ms -> 1^done
I'm mainly using JLink 6.64b but in my earlier post where I ran JLinkGDBServer manually in a shell I actually used 6.42e. Try to ignore this. I get the same console output regardless of JLink version when I run manually from a shell. That is, when running from a shell I get to t...
"cortex-debug.openocdPath": "C:\\ti\\OpenOCD\\bin\\openocd.exe", "cortex-debug.JLinkGDBServerPath": "C:\\ti\\JLink\\JLinkGDBServerCL.exe", "cortex-debug.showRTOS": true, "git.enableSmartCommit": true, "EIDE.ARM.Option.AxfToElf": true, "EIDE.JLink.InstallDirectory": "C:\\ti\...
I tested the following sequence with JLink ARM V4.14 1- Connect your Jlink to the board and power it on 2- Launch the application J-Link Commander 3- Execute the command unlock LM3Sxxx 4- Follow the instructions given 5- Here we go koppi...
linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Launch Debug", "type": "cortex-debug", "request": "launch", "servertype": "jlink", "executable": "${command:cmake.launchTargetPath}", "cwd": "${workspaceRoot}", "device": "nRF52840_xxAA", "svdFile": "${...
Jlink 6.34b Compiler gcc-arm-none-eabi-7-2018-q2-update My launch.json file has this: { "version": "0.2.0", "configurations": [ { "type": "cortex-debug", "request": "launch", "servertype": "jlink", "cwd": "${workspaceRoot}", "executable": "${workspaceRoot}/build/f767_rtos...
If you have not enabled RTOS awareness with OpenOCD/JLink but are still seeing this issue, then we have a different problem. I only have this in my settings. I believe this means I haven't enabled RTOS awareness. "cwd": "${workspaceRoot}", "device": "STM32F070CB", "executable": ...
"<path to jlink>/jlink-6.94d/JLinkGDBServerCL.exe", "servertype": "jlink", "device": "STM32MP15xx_A7_0_DualFlash", "interface": "jtag", "serverArgs": [ "-speed", "15000", "-endian", "little", "-vd", "-ir", "-localhostonly", "1", "-strict", "-timeout", "0", ...
Hello Marus, I would love to, but I am just get involved in this as a user (try to setup my project using jlink on WSL). Got stuck and checked into the source and find the root cause (for now I have to add a dummy main function to get it going). However I am not quite fami...
It may work with 0.4.4. There were some changes made for 0.4.5 but most are for how the debug session ends. And one change related to JLink. Nothing else I can remember that should affect this. Sorry, something went wrong. Author ...