I am using MSP430F1611 with CrossStudio. I want to implement a real time interrupt which will be executed after certain intervals, similar to RTI in case of HC11 controller. In case of MSP430, I can implement this using WDOG as interval timer. But looking at WDTTMSEL bit of WDTCTL register, I can use WDOG of MSP430 only in one the mode - either WDOG or interval timer. Not both of them at a time. Please clarify my understanding. Also how to implement real time interrupt in MSP430 along with WDOG?