Hello.
I'm having some problems understanding how the variable panel in the CCSv5 debugger is supposed to work.
The reason is that the values the panel show seem actually different from the values stored on the variables.
To check this thing i wrote the following code inside the routine
while( addr == 0x3B );
where addr is the variable I'm checking.
while, as espected, the code locks itself, if I press the pause button the value shown for addr is 0xF2.
Is this the way this panel is supposed to work? Or is my installation corrupted?
Thank all.
PS.
I'm actually using Win 7, CCSv5, and th eZ430-rf2500






