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.

PTN04050C: Disabling the PTN04050C

Part Number: PTN04050C

Hello,

I have an application which requires a wide varying supply voltage and chose the PTN04050C to meet the requirements of the design. The part functions well in application, however, when "disabled", I cannot get the output voltage to settle to GND. It is important to the application that the supply be entirely removed to the load when disabled.

The design uses a high side load switch (U34) to pass 5V input to the module. When the load switch is disabled (measuring 0V at output/PTN04050 input), I am observing an output voltage of 2.4-3V regardless. I understand the portion of the datasheet outlining the limitations of the boost topology, but I don't quite understand what is supplying any energy to the PWM controller in the module in the absence of the input voltage.

In order to disconnect my load from the persistent output voltage, I figured I'll put another load switch after the pi filter, which adheres to the same logic as U34 in the below schematic. However, I fear that this fails to address what could be an existing issue in the design. Should I be able to "turn off" the module? Why is the output hanging at ~2.4V? Partial schematic below:

Is there some other way to realize 0V at the output of the PTN04050?

Thank you in advance for any guidance

  • Follow up:

    I believe a logical error is causing this to occur. The load in question contains many IC gate drivers which have clamp protection at their inputs. The gate drivers are inverting and must not have their inputs floated, and so I drive them high when system idle (PTN04050 is "off") so that their outputs are not sourcing current. But when the PTN04050 is "off", the logic level drive at the input is passing through the positive rail clamp diode(s) (maybe just the one with the lowest barrier voltage) and resulting in some voltage on the rail slightly less than my logic level. I will try driving all of the gate driver inputs low while simultaneously disconnecting the input voltage from the PTN04050 and report back.

  • Hi Kevin,

    Thanks for using the e2e forum.

    In a boost topology, the input is directly connected to the output, so even if the device is disabled, any voltage on the input side will directly be forwarded to the output side.
    If you say the input side of the module is set to 0V, it might be the case that capacitors on input or output side are still charged and will hold the voltage for some time if the output is high impedance.

    You already mentioned that you have an idea of how improve the system, so feel free to get back to us if you still need additional support.

    Thanks and best regards,
    Niklas

  • Hi Niklas,

    Thank you for getting back to me. The issue indeed turned out to be parasitic powering through some rail clamp diodes at the output side of the PTN04050. The issue has been resolved.

    Take care,

    Kevin