Good day,
I noticed that my variables of type unsigned char became variables with the type char.
Example - if I set an array of data -
unsigned char DATA_ARRAY [3] = {127,128,129),
in the WatchWindow I see the following meanings DATA_ARRAY = {127,-128,-127}
What does it mean? Is it an error inside CCS3.3?
Thanks,
Igor.
Hi Igor,
In your watch window, are you using the Radix dec or unsigned? To see it correctly you should select unsigned.
- Mariana
---------------------------------------------------------------------------------------------------------Please click the Verify Answer button on this post if it answers your question.---------------------------------------------------------------------------------------------------------
Dear Mariana!
By the way - beatiful name-Mariana.
You are right. I've changed and now it works o'k. I checked memory and saw there the right valuies (8 bit unsigned unteger).
Thank you VERY much.
The best of the best of the best regards.
Unfortinally, magic hasn't place in our life :-)