Senior II
November 9, 2022
Question
STM32CubeIDE program flow, Arrow->
- November 9, 2022
- 3 replies
- 1551 views
I understand, that, when the arrow symbol appears in front of a source line, that means, that the program flow has stopped at that point.
But tin fact he case is, that the program is running. Only when I click pause, the arrow jumps to the "while(1)" statement and reflects the actual point where the program is running around.
I's confusing that the -> is sticking in the wrong place right after start.