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.

BQ24780S: disable output power

Part Number: BQ24780S

Hi, I need a function that disable BQ24780s power output  by hardware when battery is present .

I tried to short the BQ24780s VCC pin (pin28) to ground , but the output power still there.

It would be appreciated if someone can give me suggestion.

Thanks.

  • Hey Geoffrey,

    What do you mean disable the output power? You want to isolate the battery or the adapter from your system rail?

    Regards,

    Joel H

  • Hi Joel,

    Thanks for your reply.

    BQ24780s manages adapter power and Battery power.

    The situation is:

    My product is composed with 3 PCBs.

    The battery and BQ24780s board are the first order when assembly my product.

    It means, the 2nd order and 3rd order PCB will be assembled with in powered condition if BQ24780s keep power output.

    In this situation, it may cause electrical damaged for these PCBs.

    So I want to find out a way to cut the BQ24780s power output temporary during assembly process (without adapter plug in).

    I found the MOS(high side/low side) will leakage the power from battery.

    Maybe it is the root cause.

    If add a diode to stop leakage, it may add the power consumption.

    Is there any smart way to deal with it?

      

  • Hey Geoffrey,

    You will always have this issue with any NMOS buck converter where the input to the buck converter is also the input to your system.

    The NMOS body diode will always be able to conduct current.

    Keep in mind that his charger also has an external BATFET that also connects to the system while the adapter is not present.

    You can add a diode to stop the leakage of the HSFET, but you cannot add a diode to the BATFET side. 

    I would suggest adding a load switch to your circuit between your input from PCB1 and your system load on PCB2 and 3.

    Regards,

    Joel H

  • I see.

    Thanks , Joel.