Is there a way to get STM32CubeIDE 1.1.0 debugger run without coming back to same breakpoint?
Excuse me if this question has been answered, but I have searched the community and didn't find an answer.
When I set a breakpoint in the STM32CubeIDE 1.1.0 debugger, it does break at that breakpoint. But if I "Resume", the debugger comes right back to that breakpoint, not advancing past that point. In order to advance, I need to remove the breakpoint.
Is this because of the interrupts, RTOS, or the framework (TouchGFX)?
Is there a way to change this behavior?