My debugger sometimes wors and sometimes not
Hi.I con not figure out how ST-Link and debugger works. I use ST-LINK GDB Server in STM32CubeIDE.
I wrote simple c program, which blinks LED all around (it toggles LED and wait 200ms, and so on)
I tested it on my desktop PC, and when i start debugging it seems to work. In SFR register window i can see, that values change (stepping code) but when i wrote this simple program in CubeIDE on my laptop, the debugger starts to work and nothing happens. None of the SFR values in view window change. Where can be the problem?
