Dear TI community,
I am looking at a design using a MSP430F67621A, it has a coin cell battery backup on AUXVCC3 and has an external crystal for X1.
The RTC works in normal operation. What I notice is that during power out (on DVCC and AVCC) the RTC date/time registers retain their value at power out time but do not continue ticking.
I can see I the in mode LPM3.5 that “RTC clocked by low-frequency oscillator” and I can confirm that if I put the uC into LPM3.5 then kill the primary power the RTC continues ticking and time is maintained during power-out.
What I would like to achieve is a way of being able to cut the primary power (DVCC and AVCC) and the RTC to continue ticking automatically. So I have 2 questions:
1: is it specifically being in LPM3.5 which is required to keep the RTC ticking during primary power-out.
2: is there a way to automatically get into the state where the RTC is ticking during primary power out? I can’t be in a LPM during normal operation.
Thanks.