Hi,
I am using CCS 5.5 and saw that it seems to have problems displaying long long (64 bit) variables.
Every long long (or unsigned long long) is displayed as long (or unsigned long) in the debugger.
The compiler works correct.
Is this a known problem?
I saw that this was also a problem for MSP430, but this was obviously solved.