Hi Team,
I'm seeing a fuel gauge consume 95uA in hibernation--I'm not sure if it really is getting into hibernation.
As specified by the bq27421-g1a, supply current to the chip in hibernate mode is ~9uA . But even after conditions for the gauge entering in to hibernate mode are met, we see supply current of ~92uA to battery gauge. All communications to the chip are pulled down.
I am using a switch to power off the system except the battery gauge and real time clock(RTC). Both battery gauge and RTC share the I2C bus, which is pulled down due to system power off.
--> On battery gauge shutdown mode and on system power off, I see system supply current to be 2.6uA(~0.6uA for battery gauge and ~2.0uA for RTC).
--> On configuring battery gauge to enter hibernation mode and on system power off, I see system supply current to be 95uA as specified by the reference manual
I configured the Hibernate V = 5000 mV • FH Setting 0 = 0 • FH Setting 1 = 1 • FH Setting 2 = 0 • FH Setting 3 = 0 and has set CONTROL_STATUS[HIBERNATE] = 1, for the battery gauge to enter in to the fast hibernation mode.
What should I do to get hibernate mode current specified by the datasheet?