Other Parts Discussed in Thread: MSP430F5419
Hi,
I'm using CCS 4.2.1.00004 to write code for an MSP430F5419.
I've recently spotted that in one of my functions a 32-bit auto variable (unsigned long) is being treated as if it were 16 bits i.e. when I do some maths that results in a large number the variable only contans the bottom 16-bits of the answer.
Is this expected behaviour are 32-bit auto variables not supported?
Regards,
Ben