Hi, all,
I am facing a strange problem. I declared 4 variables a,b,c,d in a program, a and b are global and c and d are local, when I run the program, I can only see the value of d that has been updated in the Watch window. Please refer the self-explaining figure below. Why is that so? I have disabled compiler optimization option, using full symbolic debugging, my build tools is V3.3.2. The chip is CC430F5137. Thanks a lot.