2
\$\begingroup\$

I would like to have your opinions about this short circuit protection. Here is the schematic associated given into the datasheet.

enter image description here

And you can find into the same datasheet how their short circuit protection works.

enter image description here

Here are my questions:

1 - " When the output of a flyback power supply is shorted, the primary VDD decreases due to the coupling polarity between the aux winding and the secondary winding of a transformer"

It means that the current flowing through the secondary windings which is high produces a flux (according to the Ampere's theorem) which can cross the inductance of the auxilliary winding and then have an influence on the auxilliary voltage? Theoritically, the mutual inductance between the secondary winding and the auxilliary inductance should be null? I.e. coupling factor = 0? So the datasheet assumes that the transformer is not well designed.

2:nd question: "However, it is possible that the VDD voltage remains higher than the UVLO level even if the output is shorted. This happens when the coupling between the aux and the primary winding is too good." Is it asking to reduce the mutual inductance between primary and auxilliary, ie to increase the leakage inductance on the primary side? What it really asking is to have a lower coupling between the primary and the aux and a better coupling between the output and the aux. Imagine I follow the instructions, as the current sink by the auxilliary winding is low, even if the coupling factor is poor, the flux which will not be tranfered to the auxilliary side and so will remain to the primary would not be able to produce a high leakage inductance? As Lleakage = remaining_flux/I_primary (I’m not sure of this last definition)

\$\endgroup\$

1 Answer 1

5
\$\begingroup\$

This is a classic in switching power supplies. The auxiliary \$V_{cc}\$ is an image of \$V_{out}\$ and is dependent upon the transformer turns ratio linking the auxiliary and power windings. That is to say, if you have a 12-V output and a turns ratio of 1:1 on the auxiliary winding, then the auxiliary will be 12 V also. This is a theoretical approach because the transformer hosts many parasitics such as leakage inductances, ohmic drops and capacitances properly modeled via a cantilever model (see this paper).

When you create an output short circuit, the peak current goes to a maximum value (clamped by the PWM controller but dependent upon \$V_{in}\$ and the propagation delay) and the energy stored in the leakage terms is maximum. A peak appears on the auxiliary winding which is peak-rectified by the diode and \$V_{cc}\$ increases even if the "clean" plateau is closer to \$V_{out}\$ which is theoretically 0 V in short circuit (you still reflect a bit of voltage made of the power diode drop and the drops in the PCB traces). The picture below is an excerpt from the book I wrote on power supplies:

enter image description here

Despite an output short circuit, the voltage cannot collapse to trigger the controller under voltage lockout (UVLO) and there is not much you can do beside trying to better couple the two windings. The peak lasts until the leakage inductance is reset. To appease its effects, you can add a small resistance in series with the diode (not really effective with a badly-coupled transformer), insert a small \$LC\$ filter to get rid of the peak (damp the filter properly) or better, resort to a more modern controller which monitors the feedback pin rather than the \$V_{cc}\$ for fault detection. If the FB pin goes to the max, it means that the loop is no longer closed (like in a short circuit where the LED bias disappears) and a timer starts. At the end of the timer (usually around 30-50 ms), all pulses are stopped and the IC either latches off or, more commonly, goes into an auto-recovery hiccup mode (you can hear the tic-tic noise).

\$\endgroup\$
8
  • \$\begingroup\$ Thank you for your very nice explanation ! I do not exactly understand. If I understand what you write, if the ouput is shorted, the primary current is maximum (limited by the PWM controller if it is a current mode controller), then as the primary current is maximum, the ouput auxilliary voltage is maximum. So as you say at the end the voltage do not collapse. \$\endgroup\$
    – Jess
    Commented Jan 18, 2020 at 18:09
  • \$\begingroup\$ Nevertheless it is written in the AN : " When the output of a flyback power supply is shorted, the primary VDD decreases due to the coupling polarity between the aux winding and the secondary winding of a transformer". Your previous explanation suppose that the coupling factor is equal to 0 between the output and the auxilliary winding ? This what you want to say by "trying to better couple the two windings" ? \$\endgroup\$
    – Jess
    Commented Jan 18, 2020 at 18:10
  • \$\begingroup\$ A coupling factor \$k\$ is less than 1 and you cannot avoid some leakage when building a transformer. A well-manufactured transformer should exhibit less than 1% leakage of the primary inductance. \$\endgroup\$ Commented Jan 18, 2020 at 18:13
  • 2
    \$\begingroup\$ SPICE and Matlab are two different approaches: simulation and equation-based description/analysis. I personally combine both by writing equations and verifying results via simulation then with a hardware at the end. When the power switch opens, the current splits between the aux and primary windings. So coupling between both windings is important and transformer construction matters. However, usually, the sec. winding is sandwiched in between two 1/2 primaries while the aux is wound at the end. There are many possible variations though. \$\endgroup\$ Commented Jan 18, 2020 at 18:23
  • 1
    \$\begingroup\$ In a perfectly-coupled transformer (which does exist, especially in the high-voltage world), then yes, if \$V_{out}\$ collapses because of overload or short circuit, then so does \$V_{aux}\$. But because of the perfidious leakage inductance, it does not work this way and \$V_{cc}\$ rises up especially if you have say 12 V for the aux and 5 V for the power. It works better if you have 12 V aux and 24 V power for instance. But, again, protection the SMPS via the aux. winding against output short circuits is outdated. \$\endgroup\$ Commented Jan 18, 2020 at 18:40

Not the answer you're looking for? Browse other questions tagged or ask your own question.