Our application requires the battery temperature needs to be monitored continuously even without charging also. By default, if the charger is disabled, the current source goes to off state. I tried to enable the current source by writing the TBATOR1EN bit to 1 in AC charger disabled condition ( BCIAUTOAC=0) and observed the following
1. The current source provides 10uA current for the thermistor in AC charger plugged in condition. The BCICH0_LSB and BCICH0_MSB read values are correct
2. When the charger is plugged out, the current source output reduces to 5uA. The BCICH0_LSB and BCICH0_MSB read values are not matching with the ADC input voltage for the 5uA current value.
Can you please clarify why the current reduces to 5uA and the ADC read value is not correct in the charger disabled condition.
Is it possible to monitor the battery temperature in charger disabled condition.