Hi,
We want to implement RTC-only mode , which means to turn off all the module of the system such as DDR, NAND Flash, PMIC, etc., only except RTC module in AM335x. it's because we hope very low power consumption.
Please check if my understand is correct.
Then if we turn off Power** for PMIC abruptly, Does AM335x enter into RTC-only mode autommatically?(suppost that VDD_RTC is still supplied by BAT ).
And then the system should wake up from RTC-only mode. For it, we need a triger via the ext-wakeup0.
But before giving the triger using the ext_wakeup0, PMIC should be powered. Actually, it will not work because the pmic_pwer_enable pin is LOW, is it right?
So I'm thinking following sequences for wake-up. Please review it.
1) suppling POWER** to PMIC
2) trigerring by ext_wakeup0
->this will turn on PMIC through the pmic-pwer_enable
->and finally, AM335x goes back to ACTIVE mode.
Thanks,
Devin