Hii,
I am working on MSP430F5438,and configuring Watch dog timer in Watch dog mode but code not work after when i set values in watchdog control register.at the every start of code i first i disable the watch dog.and before settings value i again enabled it.
WDTCTL = WDTPW + WDTIS_5 + WDTSSEL_0;
Is it proper way to configure Watchdog timer in watchdog mode ?