2021-02-21 10:00 AM
Info : STM32F746NGHx.cpu: hardware has 8 breakpoints, 4 watchpoints
Info : Listening on port 3333 for gdb connections
target halted due to debug-request, current mode: Thread
xPSR: 0x01000000 pc: 0x0800b664 msp: 0x20050000
Info : Stlink adapter speed set to 1800 kHz
adapter speed: 1800 kHz
** Programming Started **
auto erase enabled
Info : flash size probed value 1024
target halted due to breakpoint, current mode: Thread
xPSR: 0x61000000 pc: 0x20000084 msp: 0x20050000
wrote 65536 bytes from file Debug/PeripheralsTrial.elf in 1.273580s (50.252 KiB/s)
** Programming Finished **
** Verify Started **
target halted due to breakpoint, current mode: Thread
xPSR: 0x61000000 pc: 0x2000002e msp: 0x20050000
verified 47680 bytes in 0.160581s (289.963 KiB/s)
** Verified OK **
** Resetting Target **
shutdown command invoked
I see that there are 8 breakpoints and 4 watchpoints in stmWorkbench. But I did not find which part of the project has this. I have also tried selecting option of 'remove all breakpoints in project' But still this error persists. Please help me with this. Im unable to start any project.