Hello,
We need to keep battery charger always disabled on TPS65721.
What is the best way to do this ? The battery is always connected
and the PMIC must work as normally (with AC adapter, etc) but never try to charge the batt.
Thank you
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
We need to keep battery charger always disabled on TPS65721.
What is the best way to do this ? The battery is always connected
and the PMIC must work as normally (with AC adapter, etc) but never try to charge the batt.
Thank you
Hello Frank,
I put a 680k resistor (instead NTC 10k) on TS pin to simulate TOO COLD condition so the charger would theoretically not work.
I also see CHGCONFIG0 reg, 02h , Bit 0 CH_EN = 0
0 = the charger is disabled
1 = the charger is enabled
but I am not sure if that bit CH_EN is set automatically by charger or I can set it myself via I2C to permanently disable the charger.
Thank you