There is a TS fault when V (HOT) < V (TS) < V (WARM), the battery regulation voltage is reduced by 140 mV (minimum V BATREG under this condition is 3.6V).
How to understand this FAULT?
Is it need the i2c master to disable the charger when this fault?
There is a requirment:
From 0 to 15 degrees ,the charger current should be 10mA
From 15 to 45degrees ,the charger current should be 60mA
From our understand ,we have two ways to do this:
1:Set COLD to 0 degrees and HOT to 45 degrees.
So when TS FAULT = 0b 10, does that mean the temperature is 0 to 10 degrees?
The charging current at this time is half of the fast charging current?
If TS FAULT = 0b 11, does that mean the temperature is 30 to 45 degrees?
What is the charging current at this time? Still the fast charging current ?
2:Set COLD to 0 degrees and HOT to 60 degrees.
If TS FAULT = 0b 11, does that mean the temperature is 45 to 60 degrees?
What is the charging current if the software of i2c master is not involved?
If the MCU turns off the charging via I2C control BQ25120A when TS FAULT = 0b 11, does it mean that the charging stops at 45 degrees, which is just what the customer needs
Is the above understanding correct and suggest which option we should choose?
Many thanks
Wayne