Debugger stopped working after upgrade to version 2.0 and 2.1
After upgrading to 2.0, the debugger stopped working with my Nucleo-F411RE board and upgrading today to the new 2.1 did not solved the issue.
ST-Link works fine (I’m able to erase and program successfully the chip from right click Project menu->Target), but with Debug the procedure hangs without errors with these console messages:
Info : The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD
adapter speed: 1800 kHz
adapter_nsrst_delay: 100
Info : clock speed 1800 kHz
Info : STLINK v2 JTAG v28 API v2 M v18 VID 0x0483 PID 0x374B
Info : using stlink api v2
Info : Target voltage: 3.252174
Info : STM32F411RETx.cpu: hardware has 6 breakpoints, 4 watchpoints
The ST-Link LED blinks between green and red (meaning that communication is fine) but the chip is never reset and or halted, the debug tab with main.c is never open and on the right bottom of Eclipse I have “Launching TestPrg Debug (62%)” with the flowing green bar.
Has someone a solution, please?
Thanks and best regards