Other Parts Discussed in Thread: MSP430F5438
Code composer incorrectly displays unsigned int and unsigned char. When an unsigned int is > 0x7FFF the value displayed is negative and it should be positive. Ditto for unsigned char. When unsigned char is > 0x7F, the value displayed is negative and it should be positive.
Obviously, you can display the value as hex, however, your constantly using your calculator (maybe 10 to 20 times a day) to convert it to decimal if that's what you need to see. Just not right when there is a giant calculator, a PC, in front of you. The display of char and int is correct. Maybe also be the same for long and unsigned long.
TI, help please...
Also reported a problem with long. see.
http://e2e.ti.com/support/microcontrollers/msp43016-bit_ultra-low_power_mcus/f/166/p/56096/206329.aspx
