In MSP430 I know its possible to use 32bit variables using "unsigned long" type . I have implemented a 32bit variable that counts upto a max 32bit value
But for some reason it gets truncated and actually the counting stops to its truncated equivalent for 16bit int.
The MSP430 eries im using is MSP43F5510. please suggest me if i'm missing anything.
P.S I have Included "stdint.h" header file . I have tried the CCS Library support with full and minimal.