cancel
Showing results for 
Search instead for 
Did you mean: 

View Stack pointer in Stm32Cube IDE

srikanth977
Associate

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

1 REPLY 1
TDK
Guru

Window -> Show View -> Registers

The stack pointer is the "sp" register.

If you feel a post has answered your question, please click "Accept as Solution".