Forum : ST7/STM8
Original Post
Post Information | Post |
---|---|
October 2, 2012 - 4:53pm
|
Hi, I am using ST Visual Develop and Raisonance Compiler. I am unable to see any any variables in the watch window. All I can see is for e.g.: I see that the variables are almost always assigned to registers and not memory addresses. Can you please help me understand the compiler settings so that I can watch the variables. Thanks, |
I found the reason as why I was not able to watch any variables.
I have enabled "inline assembly" by using the following:
#pragma SRC
Is there a way to watch variables while using inline assembly?
Pradeep,
Unfortunately the SRC mode doesn't currently allow to watch variables.
Stéphane