Hi,
I have problem with charging 2S Li-Ion pack with BQ25703A. Let me describe my circuit. It is based on EVM module. No significant changes just simplified a bit the input protection.
Settings of the BQ25703A.
First I write 0x40 to register 0x35 to reset all of the registers.
Second is go out of low-power mode – 0x2 to register 0x1.
Write default values– 0x0E to register 0x00.
Enable Ibat and Psys - 0x92 to register 0x31.
Disable comparator and enable auto-wakeup – 0x01 to register 0x30.
Enable ADC in continuous mode - 0xE0 to register 0x3B.
Enable all of the ADC measurements – 0xFF to register 0x3A.
Min system voltage 6.144V – 0x18 to register 0x0D.
3.2A current limit – 0x40 to register 0x0F.
3.2A current limit in DPM – 0x40 to register 0x25.
3.2V min input voltage – 0x00 to register 0x0B.
512mA charge current – 0x02 to register 0x03.
I start the device with battery supply then start my bench supply at 5V and feed it into charger input. Charge current is resend about once per second. When I read back the 0x03 register I receive only zeros. When power supply is ON status register 0x21 reads back 0xA0 which corresponds to detected AC adapter and 5th byte set (which should be reserved and stay as zero). Fault register (0x20) returns 0. Register 0x29 and 0x28 always returns 0. I think one of them should show current consumption of my device. Is there anything that I should check? Are there any settings wrong?
Thank you,
Blazej