Hi,
Today I found out what seems to be a dependency between LPM3.5 mode and Vdd. Code that runs without a problem at Vdd = 2.7 VDC will not work at 2.4 VDC (the tipping point is 2.6 VDC). I checked also with the code provided by TI in the examples and it does the same. Namely, while the LPM3.5 mode is started without problem (Idd = 1.0 uA), then it never comes back (the RTC ISR never runs either).
I read someone recommended to turn off the supervisor (PMMCTL0_L &= ~(SVSHE + SVSLE);) but it does not have any effect at all (or just PMMCTL0_L &= ~SVSLE;). Any clue? Thanks.
Using MSP430F5659 on PZ100USB board.
-Pibe