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.

MSP430I2041: Watchdog setting

Part Number: MSP430I2041

Dear,

We are using MSP430i2041 in one of our application, I need to set watchdog counter more than 1000sec, so that I can clear it after every 1000 msec and stop the application from resetting.

I have trying below steps but watchdog could not set greater than 1 msec.

1) Our clock setting is default.

2) set watchdog initillize function : WDT_ARST_1000       (WDTPW+WDTCNTCL+WDTSSEL)                          /* 1000ms  " */

3) set watchdog clear function:     WDTCTL = WDTPW + WDTCNTCL ; // watchdog COUNTER CLEAR.

But still its resetting every 1ms. please guide me how to set watchdog timer more than 1000 sec.

**Attention** This is a public forum