Hi,
I have a platform that uses bq24075 to charge the battery, and uses the bq27500 for battery gauging,
here is my experiment data for reading the AverageCurrent() form bq27500:
CASE | bq24075 state | Flags() for bq27500 | AverageCurrent
CASE1 | SYSOFF=High, with usb power | 0x0138 (charging) | 0
CASE2 | SYSOFF=Low, with usb power | 0x0138(charging) | 482
CASE3 | SYSOFF=Low, without usb power | 0x0139(discharging)| -70
My question is:
1.why case1's averageCurrent is 0 in charging mode?
2.does the averageCurrent in case2 mean output current for the battery to platform?
3. why case3's avargeCurrent is "-70"?
Please help, thanks!