Other Parts Discussed in Thread: BQSTUDIO, EV2400
Hi, TI support team
My customer is developing for using BQ27220.
Then currently there are some problems.
1. Differences in detecting level of gauge IC depending on power source
There is a significant difference in the remaining capacity of the battery indicated by the gauge IC when the device is turned on with battery power and when turned on with USB power.
- This is the logarithm of the voltage (0x08, 0x09), remaining capacity (0x10, 0x11), and current current (0x0C, 0x0D) values indicated by the gauge IC when the device is turned on with battery power.
bq27220_update_status: 3548 mV, 86 mAh, 26 %, Current 11 mA
bq27220_update_status: 3548 mV, 86 mAh, 26 %, Current 11 mA
bq27220_update_status: 3547 mV, 86 mAh, 26 %, Current 11 mA
bq27220_update_status: 3547 mV, 86 mAh, 26 %, Current 11 mA
bq27220_update_status: 3546 mV, 86 mAh, 26 %, Current 11 mA
bq27220_update_status: 3546 mV, 86 mAh, 26 %, Current 11 mA
- This is the log when the device is turned off, turned on with USB power, and the above items are read.
bq27220_update_status: 3737 mV, 205 mAh, 62 %, Current 332 mA
bq27220_update_status: 3738 mV, 205 mAh, 62 %, Current 332 mA
bq27220_update_status: 3739 mV, 205 mAh, 62 %, Current 332 mA
bq27220_update_status: 3740 mV, 205 mAh, 62 %, Current 332 mA
bq27220_update_status: 3741 mV, 206 mAh, 62 %, Current 332 mA
bq27220_update_status: 3742 mV, 206 mAh, 62 %, Current 332 mA
- This is the log when you turn off the device again and turn it on with battery power.
bq27220_update_status: 3563 mV, 92 mAh, 28 %, Current 11 mA
bq27220_update_status: 3563 mV, 92 mAh, 28 %, Current 11 mA
bq27220_update_status: 3562 mV, 92 mAh, 28 %, Current 11 mA
bq27220_update_status: 3562 mV, 92 mAh, 28 %, Current 11 mA
bq27220_update_status: 3561 mV, 92 mAh, 28 %, Current 11 mA
bq27220_update_status: 3560 mV, 92 mAh, 28 %, Current 11 mA
2. Gauge reset
When you turn the device off and on, the register items listed below that were set and written in the data memory of the gauge IC are initialized. Hardware-wise, the gauge is directly connected to the battery.
0x929D Full Charge Capacit 336 mAh
0x929D Design Capacity 336 mAh
0x92A3 Design Voltage 3701 mV
Please refer to below circuit.
Thanks.
Regards,
MJ