Skip to main content
srikanth977
Explorer
July 4, 2020
Question

View Stack pointer in Stm32Cube IDE

  • July 4, 2020
  • 1 reply
  • 3228 views

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

This topic has been closed for replies.

1 reply

TDK
Super User
July 4, 2020

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""."