Hi,
Please see below several possible causes:
- Regulator disabled due to fault: The PF5020 monitors undervoltage (UV), overvoltage (OV) and current limit (ILIM) conditions. If any fault is detected and the corresponding fault state bit (SW1_UV_STATE, SW1_OV_STATE or SW1_ILIM_STATE) is set to disable the regulator, it will shut down even if the RUN VOLT register is correctly configured.
- EN1 pin not asserted: The EN1 pin must be high to enable SW1. If it is low, SW1 will remain off regardless of register settings.
- Incorrect SW1_RUN_MODE setting: Ensure the SW1_RUN_MODE[1:0] bits are set to a valid operating mode such as PWM (0b01) or Auto-skip (0b11). If set to Off (0b00), the regulator will not operate.
- Watchdog or fault counter shutdown: If the watchdog event counter (WD_EVENT_CNT) or fault counter (FAULT_CNT) reaches its maximum, the PMIC may enter a fail-safe state, disabling regulators.
Recommended actions:
Confirm the EN1 pin is high and check the EN1_S status.
Read fault status bits and ensure fault protection is not disabling the regulator.
Verify SW1_RUN_MODE is not set to Off.
Check if INTB is asserted and inspect fault counters.
Measure the voltage at SW1LX to confirm regulator activity.
BRs, Tomas