This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

unsigned char -> char ??? Magic...



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.