Soft 404
Does your debugger stop at the start of main() with the new setup?
I get this message on the debug terminal: Note: automatically using hardware breakpoints for read-only addresses.
And the debugger stops when my code has been running for a while. Even if I set a manual breakpoint.
Does your debugger stop at the start of main() with the new setup?
I get this message on the debug terminal: Note: automatically using hardware breakpoints for read-only addresses.
And the debugger stops when my code has been running for a while. Even if I set a manual breakpoint.
I have it working. With the openocd that's installed by the 1.5 installer.
(edit: this sentence is wrong: But I had to copy the openocd/tcl files from the openocd version I had downloaded earlier, and tell the launch script where I placed it:)
I had to remove the path to openocd in settings.json: "cortex-debug.openocdPath": "<was pointing to the old install>"