YES: I want that WDT will use the SMCLK and generate a RST after 32768 counts…
As you mentioned in (e)
WDTCTL = 0x7A08 I think it would be 0x5A08…
In the TI header file it is as,
#define WDT_MDLY_32 (WDTPW+WDTTMSEL+WDTCNTCL) /* 32ms interval (default) */
WDTHOLD=0x0080
WDTPW=0x5A00
WDTCNTCL=0x0008
WDTTMSEL=0x0010
I try to enable watchdog mode but still could not able to enable watchdog timer mode.
could you please comments on that…thanks for help…