Hi,
We are using the TPS65011 in a design meant to run off a Li-ion battery as well as an external DC supply. We have a bit of an issue when trying to put the regulator in shutdown mode (WAIT Mode) to power our system down.
When only a battery is connected to the system the shutdown function works perfectly without any issues. But when we have the DC supply (via the AC pin) connected as well the TPS65011 shuts off its regulators and then powers up after about 2 to 3ms.
I've followed the procedure as described in the datasheet, which is basically the following:
- Set AUA bit for WAIT mode
- Set the Enable Low_Power bit
- Set the LDO1 OFF bit
- Set the LDO2 OFF bit
- Set the Main and Core discharge bits
- Clear the Enable Supply bit
- Pull the Low Power pin high
We are not using HOT_RESET or RESPWRON pins.
BAT_COVER is pulled high
PB_ONOFF is connected to our power button.
Thanks