I have possibly a stupid question regarding variable assingnment.
I noticed the following with CCS Version: 6.1.1.00022 :
Code example:
unsigned long x,y;
x= 2*24*3600; results x= 0xFFFF3a00 which I do not expect
y = 172800; results y=0x2A300 which is correct.
Could it be that the compiler has a problem or am I wrong?
Thanks