Hello,
I'm investigating an issue when using a TPS65217 to feed a Sitara processor, with no battery backup. This issue is present in the Beaglebone Black board and is the possible cause for hundreds of board failures.
The problem I found is that the power down sequence is not completed, even when using the SW shutdown and keeping the 5V input enabled. The situation is worse when the 5V input is suddenly removed, without calling the SW shut-down first.
By probing all the power rails I found this: As soon as the shut-down sequence is started, the SYS output is shut-down so all the regulators in the PMIC lose their power source. Only the energy stored in the capacitors at the SYS rail is what feeds the whole power down sequence. This is the case even with a SW shutdown.
In the case of the BBB, there is a significant amount of capacitance (around 150uF), but this is not enough (it's close) to complete the shut-down sequence when powering down by software.
With the sudden removal of the 5V, the available energy is pretty much one half because the shut down sequence is started by the UVPLO event, which (for some reason) has a threshold of 3.5V (3.3V + 200mV typ). When the SYS caps have 3.5V, their energy is 1/2 as compared to 5V.
My questions are the following:
1) is this IC supposed to use the energy stored in the SYS pin caps to complete the shut-down sequence? maybe I missed it in the datasheet, but I haven't seen it. And probably the BBB designers didn't see it either.
2) so far, the solution I found to make the BBB (and my custom board) be able to complete the power-down sequence (even with a sudden shut down) is to increase the SYS capacitance by 300uF or more. This capacitance depends on what circuits are fed by the PMIC. Is there any other way to address this issue?
3) is there any way to increase the threshold of the UVPLO so the energy usage in the caps is more efficient.
4) please confirm me that this PMIC was designed to handle a sudden 5V shutdown (removing the 5V input) without calling the SW shutdown command before. This is with no battery backup.
Thanks for your help,
Max