2020-07-04 06:33 AM
Hi,
I have just started with STM32 and got some basic programs running. I wanted to understand stack pointer and program counter.
Please help me how do i view Stack pointer in CubeIDE during Debug mode.
IDE version 1.3.0
2020-07-04 06:54 AM
Window -> Show View -> Registers
The stack pointer is the "sp" register.