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.