REG_WRITE_MASK_IMM ADDR=0x81 DATA=0x04 MASK=0xE3
// Reset all BUCKs
REG_WRITE_MASK_IMM ADDR=0x87 DATA=0x1F MASK=0xE0
The resetting of the BUCK regulators is done in preparation to transitioning to the SAFE_RECOVERY state. This
means that the PMIC leaves the mission state. The SAFE_RECOVERY state is where the recovery mechanism
increments the recovery counter and determines if the recovery count threshold (see
before attempting to recover.
At the end of the TO_STANDBY sequence, the 16 ms delay is found in the TPS65941213 device only and the
same AMUXOUT_EN, CLKMON_EN, and LPM_EN bit manipulations are made in both PMICs. The BUCKs
are not reset. After these instructions, the TPS65941213 performs an additional check to determine if the
LP_STANDBY_SEL (see
) is true. If true then the PMICs enter the LP_STANDBY state and leave
the mission state. If the LP_STANDBY_SEL is false, then the PMICs remain in the mission state defined by
STANDBY in
6.3.3 ACTIVE_TO_WARM
The ACTIVE_TO_WARM sequence can be triggered by either a watchdog or ESM_MCU error. In the event
of a trigger, the nRSTOUT and nRSTOUT_SOC signals are driven low and the recovery count (register
RECOV_CNT_REG_1) increments. Then, all BUCKs and LDOs are reset to their default voltages. The PMICs
remain in the ACTIVE state.
Note
GPIOs do not reset during the sequence as shown in
At the beginning of the sequence the following instructions are executed:
//TPS65941213
// Set FORCE_EN_DRV_LOW
REG_WRITE_MASK_IMM ADDR=0x82 DATA=0x08 MASK=0xF7
// Clear nRSTOUT and nRSTOUT_SOC
REG_WRITE_MASK_IMM ADDR=0x81 DATA=0x00 MASK=0xFC
// Increment the recovery counter
REG_WRITE_MASK_IMM ADDR=0xa5 DATA=0x01 MASK=0xFE
Note
The watchdog or ESM error is an indication of a significant error which has taken place outside
of the PMIC. The PMIC does not actually transition through the safe recovery as with an
MCU_POWER_ERR, however, in order to maintain consistency all of the regulators are returned
to the values stored in NVM and the recovery counter is incremented. If the recovery counter exceeds
the recovery count threshold the PMICs stay in the safe recovery state.
Note
After the ACTIVE_TO_WARM sequence the MCU is responsible for managing the EN_DRV and
recovery counter. At the end of the sequence the 'FORCE_EN_DRV_LOW' bit is cleared so that the
MCU can set the ENABLE_DRV bit.
Pre-Configurable Finite State Machine (PFSM) Settings
SLVUC99 – JANUARY 2022
Optimized Dual TPS6594-Q1 PMIC User Guide for Jacinto
™
7 DRA829 or
TDA4VM Automotive PDN-0C
39
Copyright © 2022 Texas Instruments Incorporated