From the datasheet, the CHG_STAT bits from the charger_status_1 register with the address 0x1E, we can determine the below charge status bits.
- Charge status bits- 0x0
- Not Charging or Charge Terminated- 0x1
- Trickle Charge, Pre-charge or Fast charge (CC mode)- 0x2
- Taper Charge (CV mode)- 0x3
- Top-off Timer Active Charging
According to the IC functionality, when the USB is unplugged, and when the charging is terminated for both functionalities, the value as per the datasheet is CHG_STAT = 0.
Is there a way to differentiate if the charging is unplugged and charging is terminated, except from the reading of the CHG_STAT bit?
Any help would be appreciated
Thanks in advance