Hi,
is there a possibility to program a full power cycle via I2C?
I'm looking for a similar function like it can be done via the PB_IN pin, but in a fully programmatic way and without this very long 8 sec delay. Is this possible?
Thanks!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
is there a possibility to program a full power cycle via I2C?
I'm looking for a similar function like it can be done via the PB_IN pin, but in a fully programmatic way and without this very long 8 sec delay. Is this possible?
Thanks!
Yes this is possible,
One way is to set the SEQDWN bit to shutdown the regulators, then set the SEQUP bit to bring all the rails back. Both commands would require writes to the PASSWORD register of the value 0110 0011 (0x63h) before hand, as register 0x1E is password protected.
Would this work for your application?
This typically requires toggling a logic input, such as with the PWR_EN or nRESET pin, but both would have to be re-asserted before the PMIC could return to ACTIVE mode.