SLUUC54C February 2020 – March 2024 BQ27Z558 , BQ27Z561 , BQ27Z561-R2
DEEP SLEEP mode lowers power consumption and is entered through SLEEP mode. In DEEP SLEEP mode, the device takes data similar to SLEEP mode. The gauge's current consumption is reduced by measuring current periodically, instead of continuously. Exit from this mode is through a current level or a command, as indicated in the table below.
Status | Condition | Action |
---|---|---|
Activate | (Power Config[AUTO_DP_SLP_EN] = 1 OR OperationStatusB()[DPSLEEPM] = 1) AND |wake comparator current| ≤ Deep Sleep Current | The device goes to DEEP SLEEP mode. The device wakes up every Deep Sleep Voltage Time to measure voltage, current, and temperature. The device updates RemainingCapacity() every 1 s, based on the last measured current. The device performs a low resolution measurement of wake comparator current every Wake Check Time. Wake comparator current is overwritten by the value of Current() when it updates at Deep Sleep Voltage Time (true for all modes). |
Exit | (Power Config[AUTO_DP_SLP_EN] = 0 AND OperationStatusB()[DPSLEEPM] = 0) OR |wake comparator current| > Deep Sleep Current | Return to SLEEP mode |
The configuration options for DEEP SLEEP are in the following data flash.
Class | Subclass | Name | Type | Min | Max | Default | Unit | Description |
---|---|---|---|---|---|---|---|---|
Power | Sleep | Deep Sleep Voltage Time | U1 | 1 | 20 | 20 | s | Determines the wake interval to measure voltage, current, and temperature in DEEP SLEEP mode |
Power | Sleep | Wake Check Time | U1 | 0 | 20 | 1 | s | Determines the wake interval to determine if required to return to SLEEP mode |
Power | Sleep | Deep Sleep Current | I2 | 0 | 32767 | 10 | mA | |Wake Comparator Current| must be lower than this value to allow DEEP SLEEP mode entry. |