Skip to main content
hans536
Associate III
December 27, 2022
Question

UDE STK question.

  • December 27, 2022
  • 1 reply
  • 558 views

I use a UDE STK .

How do I check the value of a variable after creating a Braek Point ????​

This topic has been closed for replies.

1 reply

ODOUV.1
ST Employee
January 3, 2023

Hello,

If your variable is global,

then you need to check its address and dump the memory.

if your variable is local,

then you need to break at good instruction and check the good register.

Best regards.