SLUUCP8 June 2024 BQ41Z50
If the sleep conditions are met, the device can be sent to sleep with ManufacturerAccess().
Status | Condition | Action |
---|---|---|
Enable | 0x0011 to ManufacturerAccess() | OperationStatus()[SLEEPM] = 1 |
Activate | DA Configuration[NR] = 0 AND OperationStatus()[PRES] = 0 AND |Current()| < Power:Sleep Current | Turn off CHG FET, DSG FET, PCHG FET The device goes to sleep. The device wakes up every Power:Sleep Voltage Time period to measure voltage and temperature. The device wakes up every Power:SleepCurrent Time period to measure current. |
Activate | DA Configuration[NR] = 1 AND |Current()| < Power:Sleep Current | Turn off PCHG FET Turn off CHG FET if FET Options[SLEEPCHG] = 0 The device goes to sleep. The device wakes up every Power:Sleep Voltage Time period to measure voltage and temperature. The device wakes up every Power:Sleep Current Time period to measure current. |
Exit | DA Configuration[NR] = 0 AND OperationStatus()[PRES] = 1 | OperationStatus()[SLEEPM] = 0 Return to NORMAL mode |
Exit | |Current()| > Configuration:Sleep Current | OperationStatus()[SLEEPM] = 0 Return to NORMAL mode |
Exit | Wake Comparator trips | OperationStatus()[SLEEPM] = 0 Return to NORMAL mode |
Exit | SafetyAlert() flag or PFAlert() flag set | OperationStatus()[SLEEPM] = 0 Return to NORMAL mode |