Part Number:BQ27421-G1
Hello Sirs,
Would you pls help to reply how BQ27421 enter hibernate mode ? TKS !
Attach file is test code .(Please visit the site to view this file)
==========================================================================================================================
Refer to bq27421 Technical Reference Documentation Section [2.4.6 HIBERNATE Mode], the steps to make the chip enter hibernation mode are as followed:
l Power on
l SET_CFGUPDATE()
l Set Hibernate V = 5000 mV
l Set FH Setting 0 = 0
l Set FH Setting 1 = 1
l Set FH Setting 2 = 0
l Set FH Setting 3 = 0
l SOFT_RESET()
After that, the chip should enter hibernation mode when the voltage is less than 5000mv.
So we test it with the code in attached file.
Then we met the issue. There are two signs to make us infer that it did not enter hibernation mode but was in sleep mode:
1. In the specification, the supply current of hibernation is about 9ua higher than shutdown, but we found that the actual test chip supply current is about 21ua higher than that in shutdown mode, which is just like the current in sleep mode.
2. In the sleep and wait_hibernate state, the chip will update data every 20 seconds, which will cause the supply current value rise in the jump, and it happened.
In order to eliminate the possibility that the configuration error or conditions do not match, we did a few tests to reread the configuration.
The configuration is actually written correctly, and some status values are as follows:
Averagecurrent () 0x1 (mostly less than 1ma) Voltage () 0xe39 CONTROL_STATUS () 0x5e Flags () 0 0x18e |
So, pls help us to check:
- Is there any direct way to check if the IC is in hibernation mode?
- Is our test method right to make the IC enter hibernation mode?