Hi,Just an idea. Might be related to network latency. Test to increase the "Remote timeout" setting. Available under:"Window->Preferences->C/C++->Debug->GDB"Default GDB timeout is 2s. Test to set it to 10s.
Looks to be some breakage in the debug settings from one version to the other. Try to create a new debug configuration and verify correct project and correct path to the "elf"-file in the "Load list" (Startup tab in debug settings).
Hi,Guess that the problem is that the breakpoint comparator registers (FPB) is not reset correctly between subsequent debug sessions. Probably some "ghost" breakpoints laying around! Noticed this on my H7 device but not on my L4.Workaround:Always pau...