Hi,
I'm having 2 potential issues with BQ25890 charger chip and I'd like to understand what's going on. Maybe I'm doing something wrong...
Here's my setup:
- BQ25890EVM board;
- Li-Ion cell, connected on J4;
- electronic load (EL), emulating the system, connected on J3;
- USB wall charger (5V - 2A), connected on J5 (both S2 microswitches ON);
- ampere-meter in series with the battery;
The issues I'm seeing:
- if the EL is not turned on and the USB charger is inserted, I'm seeing a current of about 100mA going to the battery (battery is almost full, so it's fine). However, turning on the EL I'm seeing the following charging currents for different EL current draws: 200mA(EL) -> 100mA(bat), 500mA(EL) -> 20mA(bat), 800mA(EL) -> -200mA(bat). So, with the charger inserted and a consumer that draws 800mA, your battery actually discharges? STAT pin is low though! Is this normal? The wall adapter is supposed to be able to provide 2A of current, yet only 600mA are drawn from the wall adapter, the rest is from battery. Am I missing something?
- when 'termination-done' comes, I'm starting to see a flood of interrupts with CHRG_STAT toggling from 0x2 (fast-charging) to 0x3 (termination-done). If I set CHG_CONFIG=0, the interrupts stop since the charger is disabled. However, if VBAT falls below VRECHG threshold, the charging is not started automatically. So, how do we start a new charging cycle?
Thanks.