Part Number: MSP430F5244
Tool/software: Code Composer Studio
Hello, I'm using the msp430f5244 with CCS, I'm trying to do a 4byte operation on this two byte controller and IDE , so it's giving me wrong values please let me know how to do the following operation on the controller.
Thank you.
#define TMR_RUN_MAX_MILLI_SEC 100 #define TMR_TICKS_PER_MS 4.1 #define TMR_ONE_SEC 1000 const uint32_t TMR_CNT_FOR_DEVICE_DETECT =((120*TMR_ONE_SEC)/TMR_RUN_MAX_MILLI_SEC);