Other Parts Discussed in Thread: AM3351
I am using a TPS65217C with the AM3358 just like the beaglebone reference design. I would like to know whether the the system can designed for the following uses:
- Use AC input on TPS65217C to power system and charge Li-ION battery
- When AC input is lost, switch over seamlessly to battery without losing power (without rebooting)
- AM3358 can be instructed to power down PMIC s.t. processor is powered down (no load on battery)
- When AC input reappears, system powers back up
Does this scheme sound reasonable?
What is the software programming required to power down the PMIC? Is it to set PWR_ENABLE_EN to 1 in RTC_PMIC
and then to set IT_ALARM2 in RTC_INTERRUPTS_REG and set ALARM2_XXX time/date registers?
Thanks.