can i get clarification why this command changes all my setting in the watchdog mode
setting watchdog, nmi falling edge, nmi mode, clear watch counter, aclk
WDTCTL = WDTPW + WDTNMIES + WDTNMI + WDTCNTCL + WDTSSEL;
every time try to reset the watch counter to (0) in ISR basic timer by using,
WDTCTL |= WDTPW + WDTCNTCL; // this only suppose to reset WDT counter but not NMI setting
my wdtnmies, and wdtnmi and wdtssel is changing to (0) also