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.

TPS65721: TPS65721 disable charger

Part Number: TPS65721

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

  • Hi Lucien,
    I did not see an obvious way to disable the charger and I understand reducing the charge-current (using ISET) is not good enough, correct?
    I referred your request to the expert, but he's out of office today, so please expect some delay.
    Best regards,
    Frank
  • 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

  • Lucian,
    You are correct, the CH_EN bit will disable the charger. The default is on = 1, you will have to set this bit through I2C. There are no pins associated with disabling the charger.

    It's not a good idea use a 680k resistor to trick the TS input. Many things will happen when the IC thinks it's cold, including restricting you from using the battery if it thinks it's to cold. The intent is to protect the battery, so providing current from the battery could be limited. I typically use a 10k resistor if I am not planning on using the TS function.
  • Thank you Gordon. Really helps.

    Regards,
    Lucian