I am trying to activate watchdog by command
WDTCTL = WDTPW + WDTCNTCL it works fine with normal opertaing mode. but when i put micro in LPM0 it tries to reset the micro. in other words it tries to come out of LPM. in my code i come out of LPM after some timer interrupt event only. how i can avoid this reset in LPM.