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.

Wdt interrupt

Other Parts Discussed in Thread: MSP430F2002

Hi everyone:

I'm making a program using WDT interrupt in the msp430f2002 and also enable the NMI interrupt but not is if this well this part of code your answers thank you.

WDTCTL = WDTPW+WDTTMSEL+WDTCNTCL+WDTSSEL+WDTIS1+WDTNMI+WDTNMIES;
IE1 = WDTIE;
IE1 |= NMIIE;
_BIS_SR(GIE);

 

**Attention** This is a public forum