Hello,
I'm using a BQ24195L on an Arduino MKR GSM 1400. The battery is charging and I get an interrupt when the charging is complete. Then I continue getting interrupts and the LED connected to the STAT pin flickers. I modified my interrupt handler to disable charging (set REG01[5:4] = 00) when the charger reports that charging is done (REG08[5:4] = 11). The repeated interrupts went away and the STAT LED stays off. Is that how it's supposed to be handled in host mode, or should I be doing something different?
Thanks,
Tony