Part Number: MSP430F5419A
We have been using the MSP430F5419A in an number of products for some time. Most of our products sleep in LPM3 most of the time. I generally leave the the Watchdog Timer running sleep mode with an Time Out set to the maximum, which is about 2.5 days. Recently we had some units in the field where WDT triggered while the unit was asleep. I investigated what was going on and found out that the when the WDT times out while the unit is asleep SYSRSTIV reads SYSRSTIV_SVSL. (on a second read SYSRSTIV_SVSH and on a third read 0) rather than SYSRSTIV_WDTTO . I am wondering if I am doing something wrong, if I should turn off the WDT before going to sleep or whether this is normal, benign behavior.