Part Number: MSP430F5529
Tool/software: Code Composer Studio
I am wanting to raise a WDT interrupt every 0.5ms. I know that to set the interval time, I just have to add a line in main like this: WDTCTL = WDT_MDLY_32 this would set the time interval to 32ms. There is no command like this to make it 0.5ms, so I am curious how this can be done. Thank you for your time in advance.