You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have setup Openocd with arm-none-eabi-gdb to connect to my Cortex-M4 ti_ek-tm4c123gxl board.
Everything works fine when I run the two programs in the command line and can debug without issue.
However, when I tried setting it up in neo-dap I get the following error
Debug adapter didn't respond. Either the adapter i
s slow (then wait and ignore this) or there is a p
roblem with your adapter or `openocd` configuratio
n. Check the logs for errors (:help dap.set_log_le
vel)
However, looking at the logs I see the openocd is launching and connects to the board fine and is able to send commands like continue to start the program through gdb.
However, it dosnt look like any of the break points are being setup or that neo-dap can talk to gdb.
Looking at the logs everything looks normal other then the output from Openocd should just be normal "LOG" but are showing as "ERROR" for some reason.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have setup Openocd with arm-none-eabi-gdb to connect to my Cortex-M4 ti_ek-tm4c123gxl board.
Everything works fine when I run the two programs in the command line and can debug without issue.
However, when I tried setting it up in neo-dap I get the following error
However, looking at the logs I see the openocd is launching and connects to the board fine and is able to send commands like continue to start the program through gdb.
However, it dosnt look like any of the break points are being setup or that neo-dap can talk to gdb.
Looking at the logs everything looks normal other then the output from Openocd should just be normal "LOG" but are showing as "ERROR" for some reason.
Here is the output from dap.log
And here is my current dap config
Beta Was this translation helpful? Give feedback.
All reactions