Hi, looking for some advice on getting this configuration working if possible. I can get as far as JLinkGDBServerCL.exe starting, and it appears to be loading the app code. But just after that it prints this error message:
ERROR: Timeout while preparing target, RAMCode did not respond in time (PC = 0x0000533E, XPSR = 0x61000003, SP = 0x00082098)!
Failed to prepare RAMCode using RAM
Error while determining flash info (Bank @ 0x08000000)
Through the VS Code debug controls I can start and stop the core, but it never goes anywhere (dark LED).
My configuration in launch.json looks like this:
Any advice appreciated. Thanks.
Rick