SLVUCD4 November 2022 TPS6594-Q1
The TO_SAFE_SEVERE and TO_SAFE are distinct sequences which occur when transition to the SAFE state. Both sequences shut down all rails without delay. To prevent any damage of the PMIC in case of over voltage on VCCA or thermal shutdown, the TO_SAFE_SEVERE sequence immediately ceases BUCK switching and enables the pulldown resistors of the BUCKs and LDOs. The timing is illustrated in Figure 6-2. The TO_SAFE sequence does not reset the BUCK regulators until after the regulators are turned off.
After the power sequence shown in Figure 6-2, the TO_SAFE sequence executes the following instructions:
// Clear AMUXOUT_EN, CLKMON_EN, set LPM_EN
REG_WRITE_MASK_IMM ADDR=0x81 DATA=0x04 MASK=0xE3
// Reset all BUCK regulators
REG_WRITE_MASK_IMM ADDR=0x87 DATA=0x1F MASK=0xE0
The TO_SAFE_SEVERE sequence executes the following instruction after the power sequence:
// Clear AMUXOUT_EN, CLKMON_EN, set LPM_EN
REG_WRITE_MASK_IMM ADDR=0x81 DATA=0x04 MASK=0xE3
The
TPS65941515 has an additional delay of 500 ms at
the end of the TO_SAFE_SEVERE sequence. It is
important to note that the recovery is not
attempted until after the sequence delay is
complete.