My current project needs an RTC which must be battery backed to survive unintentional AC power losses. There is no reason to keep the MCU alive at all during blackouts; no need for any battery powered LPMx mode.
I want the RTC to be powered by the main DVCC in normal operation and switch to the battery, a small Li coin cell, only when AC supply fails.
MSP430F672x looks like the ideal candidate at first sight but the AUX power system seems to be designed to switch the MCU power, not the RTC power, and none of the examples of AUX operation in the UG (SLAU208M) covers this simple case. It looks like I have to use an external switch for the RTC power...
Will this work:
AVCC = DVCC = normally +3.3V / 0V during blackouts
AUXVCC1 = AUXVCC2 = 0V (grounded)
AUXVCC3 = normally 3.3V, externally switched to battery voltage during blackouts
or do I have to involve the MCU in battery operation and go through the trouble of writing code for all this?
Kind Regards
Johan