Hi,
we measured quiescent currents on our hardware and found that the BQ21062 doesn't enter ship mode if the battery voltage drops below UVLO. The intended behavior would be entering ship mode and draw the lowest possible current to protect the battery from deep discharge.
What we did (scenario 1):
- First time supply VBAT = 3.3V and VIN = 5.0V, then VIN disconnected
- BQ21062 enters ship mode and draws lowest possible current --> OK
- VBAT is slowly reduced to 2.8V (default UVLO) --> Quiescent current increases to 2.67µA
- VBAT is slowly further reduced to 2.5V --> Quiescent current stays constant at 2.67µA
- VBAT is slowly increased to 3.2V --> BQ21062 enters ship mode and draws lowest possible current.
- VBAT is slowly reduced to 2.8V --> BQ21062 stays in ship mode
Same behavior with activated internal LDO (scenario 2):
- First time supply VBAT = 3.3V and VIN = 5.0V
- I2C Communication to activate internal LDO with 2.8V output voltage: 0xD6 0x1D 0xD8
- VIN disconnected
- BQ21062 supplies system with 2.8V. With µc in sleep mode we measure 3.5µA --> OK
- VBAT is slowly reduced to 2.8V (default UVLO) --> internal LDO is disabled --> Quiescent current decreases to 2.67µA
- VBAT is slowly further reduced to 2.5V --> Quiescent current stays constant at 2.67µA
- VBAT is slowly increased to 3.2V --> BQ21062 enters ship mode and draws lowest possible current.
- VBAT is slowly reduced to 2.8V --> BQ21062 stays in ship mode
If VIN was present, then the device will not enter ship mode (scenario 2) or stay in ship mode (scenario 1) as soon as UVLO is reached. Instead the quiescence current is at approx. 2.67µA. We observe the same behavior on two different PCBs and can shift the voltage level for the 2.67µA quiescent current with configuration of UVLO (tested 2.6V and 3.0V).
Could you please confirm or verify this behavior and suggest a workaround? The problem we see is the deactivated LDO (which supplies our system) as soon as UVLO is reached. We would not even have a chance to enable ship mode via I2C.
Thanks in advance and best regards,
Marc