This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430G2553: How to configure watchdog timer for 1sec

Part Number: MSP430G2553

Hello everyone, 

My task is to start the watchdog timer and run it to 1sec, between this 1 sec, I need to clear the watchdog timer every 200ms, so that watchdog timer won't reset the controller until the controller can't able to clear watchdog timer within 200ms.

I am using msp430g2553, with DCO as 8Mhz. I referred to the user manual I found the WDTCTL register (I have attached the register image below for your reference) in that register am selecting SMCLK as the clock source for the Watchdog timer by using WDTSSEL bit, and am selecting a period using WDTISx,

Let say am setting WDTISx to 00 then the time period will be --> (1/(Watchdog clock source /32768)) that is (8Mhz/32768)=244.140625 to get time 1/244.140625 will be equal to 4.096ms but I need 1sec, how can I do that and if am wrong on calculation please guide me how to archive my task.

Thanks & Regards,

Aravinth K

**Attention** This is a public forum