Content originally posted in LPCWare by Jindra on Thu Mar 25 15:58:13 MST 2010
I have variable defined as: volatile uint32_t tmpcnt;
I'm in debugger, code is suspended and I want change its value.
Lets say it now have value 5, and I want put 0 there.
I didn't found way how to, in Expressions tab, so I get address of variable and put it in Memory tab. There I see value 5, but if I try put 0 there, its value changed to 0x666E0000.
Why?
What the right way?