Post Go back to editing

LDC - UVLO Frequency Limitation

Hi,

It's Roy here. I'm currently working on a project where I need UVLO to keep my both POE++ power supplies operate the same time in series connection (They are identical btw). Each power supply offer 12vdc and a combined 24 Vdc to the load. The LTC4365 circuit I used set UV=23V, OV=25V, and it's working fine without a load. However, when a load is connected, it's not working as desired. The dummy load I designed is using an op-amp generating 5khz PWM to control the voltage added to the load (And the dummy load works fine when connected to the single power supply). The voltage therefore should have the same frequency of 5khz. However, when using the LTC4365, the frequency drops to 25 or 35hz only, which is weird. And the POE PD I used is designed to work under high frequency, and it shut itself down under low frequency when I increase the duty cycle of the load. Do you have any insight regarding this? Thank you for your help in advance.

Kind regards,

Roy

Parents Reply Children
  • Hi Aaron,

    Thank you for your advice. I'll look into it. I'll let you know if I run into more issues. Have a nice one.

    Best wishes,

    Roy

  • Hi Aaron,

    I am running into another issue. I removed the PWM load and use several resistors as load. Therefore the output should not have any frequency issues. But the LTC4365 still cut the output off. I'm using a series of resistor to get 6.8 ohms under 24v, which is created by series 2 12vdc POE power supplies. But once I connected the load to it, it get a pulse of  0.85 A maximum and then shut down within micro seconds. What's the issue here? Please see the attached file for oscilloscope plot.

    Best wishes,

    Roy

  • Roy,
    Please attach a schematic of the circuit.
    What FETs are you using?
    What is your nominal load current?

    Does the GATE and OUT come up with no load?
    Let's see a scopeshot of turn-on while looking at these pins:
    P1: IN
    P2: OUT
    P3: GATE
    P4: FAULT#

    Btw, 24V with 6.8Ohm means the load has to dissipate 85W!
    Are you ready for that?

    -Aaron

  • Hi Aaron,

    Please see the attached file for schematic and scopeshots.

    I'm using a DUAL N-CHANNEL MOSFET, Prt No. SQ4282EY-T1_BE3.

    Nominal load current should be 4.98A (Ideally).

    Yes the GATE and OUT come up correctly with no load.

    I was wrong about the R_ equivalent, it should be 4.82Ohms, and they gonna dissipate 119.5W. The reason why for this is that I'm testing the POE++ power supply, where single power supply could offer 85 to 90W maximum. To make sure those two power supply is working together I need to get 119.5W out of them. And I'm using resistors that could handle that amount of energy. The details can be found in the schematic. 

    Best wishes,

    RoyUVLO Testing.zip

  • Roy,
    I see a couple things:

    1. No gate resistors. Could result in FET self oscillation. Place series 10Ω resistors as close as you can to the gate of the FETs.
    2. No inrush control. I don't see any load capacitor, but an RC on the gate pin would control the amount of inrush into a gate. If nothing else, a gate RC will allow you to control the slew rate of the output for a softer start.

    Have you tried building your circuit in LTspice for a sanity check?

    -Aaron

  • Hi Aaron,

    I never used LT spice before, so I haven't built my circuit on that. I'll try the RC circuit. The foot print of LTC4365 is really small, it's kind of hard to change the circuit for testing. I'll look into LTspice as well.

    Best wishes,

    Roy 

  • Hi Aaron,

    I used LT Spice to simulate my design and the UVLO result seems promising, therefore I redesigned my PCB and have it test without load in the workshop today. The circuit still cannot perform as simulation goes. My input has 24.06vdc and output nothing. FAULT pin returns 0 vdc, SHDN returns 21.87vdc, GATE 0vdc. Here's the LT spice schematic file for simulation and design. My scope is not working today and trying to fix it, let me know if you need scope shots. Much appreciate.

    Best wishes,

    Roy3107.4365_test.asc

  • Roy,
    Your simulation is different from the schematic you sent me:
    1. Different UV-OV resistor values
    2. Different RLOAD
    3. Different CLOAD

    I made some minor mods to your sim:
    1. Each FET gets a 10Ω resistor
    2. Input steps to nominal 24V

    Simulation shows 32A of inrush current.


    Do you really have 1mF of output capacitance?
    If so, you need to add inrush control so the FET's safe operating area is not violated (see page 14 in datasheet).

    A scopeshot of startup would be useful:
    1. Step input from 0V to 24V
    2. Probe IN, OUT, GATE, and CURRENT
    3. If you don't have a current probe, measure FAULT# (fault needs a pull-up, can't be floating)

    8765.4365 EZ 4-12-22.asc

    -Aaron

  • Hi Aaron,

    I did some changes according to your advice. And I change the UV to 20.5Vdc, OV TO 26Vdc for wider operational window. Could you take a look at the simulation before I go and order PCB? I was kind of worried about the I_Gate here. If the simulation and numbers are promising, then I'll move on and order PCB for testing in real life.

    Best wishes,

    Roy

    4365Test_2.asc

  • Roy,
    With your new UV-OV resistor values, the thresholds are now:

    UVRISE = 23.301
    UVFALL = 22.181
    OVRISE = 27.312
    OVFALL = 25.947

    If you are adjusting resistor values by sweeping VIN and seeing when GATE and VOUT goes high, you must sweep VIN very slowly, to account for GATE recovery delay time (tRECOVERY).

    Running your sim:

    VDS ramps from 0V to 24V in 2.3ms.
    We can say this is a constant 12V for 2.3ms (for easy SOA calculation).

    Current ramps from 0A to 5.4A during this time.
    We can say this is a constant 2.7A (for easy SOA calculation).

    Plot these points on the Safe Operating Area (SOA) graph of the SQ4282EY FET from your schematic:

    12VDS , 2.7A is approximately on the 10ms curve.
    2.3ms < 10ms, so you should be fine.

    Once you settle on an OVRISE, repeat these steps for OVRISE applied to input, as it is the most stressful scenario. I think you have enough margin in the typical 24V case to pass though.

    -Aaron