6
\$\begingroup\$

With the schematics below, which is a low side driven DC/DC buck converter similar to this post:

enter image description here

The LINE voltage is about 300 VDC and controls a 24V halogen lamp connected to J1. C2, C3 are rated 450 V.

It's for a special lab application system, so no worries about voltages and isolation.

The mosfet is driven with IRS44273 at 15 V and about 20 kHz and the MOSFET STD13NM60N which is rated 600 V and 11 A.

I've checked the mosfet safe operating area and I'm well within its range.

However, the MOSFET exploded about 2-3 seconds after switching on the circuit and seems to have had an arc around the switching node and adjacent ground and traces. Not sure which fault was first.

With a line voltage of 30 V the system works fine but the mos heats quite a bit.

With a scope I probed the gate of the MOSFET and the edges are sharp so it seems the driver works as expected.

My thermal design is not optimal, but I don't think that would make a big difference over a few seconds.

Is there something I'm missing in this design? I suspect high transients happening in the switching node causing an arc on the PCB. I have a clearance of 1.1 mm under soldermask which should be plenty enough at this voltage.

EDIT:

PCB layout (I need to add better thermal, I will redo the layout as well): enter image description here

EDIT:

Here is TI buck converter calculation sheet if it can be useful for anyone.

\$\endgroup\$
3
  • 3
    \$\begingroup\$ @Andyaka answer below is most likley the answer to your question, but your overall layout of this part would be my next on the list to investigate. Can you show your PCB layout? \$\endgroup\$
    – winny
    Commented Apr 1, 2019 at 8:31
  • \$\begingroup\$ Thank you! Layout is not likley to be a problem, assuming there is a ground plane below everything. \$\endgroup\$
    – winny
    Commented Apr 1, 2019 at 9:10
  • \$\begingroup\$ Yes there is a ground plane. \$\endgroup\$
    – Damien
    Commented Apr 1, 2019 at 9:13

2 Answers 2

8
\$\begingroup\$

A couple of sanity check calculations: -

The inductor is a Wurth 2.2 uH and with a 300 volt DC supply, the rate at which current grows (di/dt) when the MOSFET is activated is: -

$$\dfrac{300}{2.2\mu}$$

This is a di/dt of 136.4 amps per microsecond.

The MOSFET is rated at peak drain current of 44 amps and it would take approximately 323 ns to reach the limit. 323 ns and an operating frequency of 20 kHz is a duty cycle of 0.65% so it looks to me like either the inductor is much too small in value or you need to run at a much higher operating frequency.

\$\endgroup\$
3
  • \$\begingroup\$ Thanks Andy, I've used the TI Buck calculator excel sheet, but I probably messed something up in this regards, I will check on that. \$\endgroup\$
    – Damien
    Commented Apr 1, 2019 at 8:39
  • \$\begingroup\$ Worse, the inductor is rated at 16A, 22A saturation. \$\endgroup\$
    – Dorian
    Commented Apr 1, 2019 at 8:40
  • \$\begingroup\$ (Microhenry: µ can be copied from here (at the bottom of the page). Along with °, Ω, and ` (for unknown reasons Ctrl + K does not always work)). \$\endgroup\$ Commented Apr 1, 2019 at 21:50
1
\$\begingroup\$

The Buck main inductor is way too small as Andy aka has stated. We are not out of the woods yet.

Your cold halogen lamp in parallel with C1, a low-ESR capacitor, means large prospective starting current surges. These could be 10 times the normal load current. The DC bus impedance, MOSFET RDSon, and coil DCR do little to limit this.

Soft start will help here if it can't be defeated by power cycling. It is better to sense the drain current by some fast means, limiting the ON time. Cycle by cycle peak current limiting is a common and effective way to do this. You could buy a cheap chip that does this or you could use discrete components.

Now that the FET does not go bang any more you may still find that it runs hot and your efficiency is less than 90%. Your switching losses will be much higher than if the bus voltage was saying 48 VDC. Silicon diodes are slower at higher voltages which also makes the FET run hotter in your hard switched scheme. If you are unwilling to reduce frequency due to audio noise issues or large coil issues then consider a switching loss reduction scheme.

Even when the switching losses are beaten, the higher ON resistance of cheap high voltage MOSFETs will make 96% efficiency a challenge.

\$\endgroup\$
9
  • 1
    \$\begingroup\$ Not sure to get what you mean by softstart and reducing the frequency and what chip to do what? This topology is not current regulated but through optical feedback of the lamp and managed by a microcontroller. \$\endgroup\$
    – Damien
    Commented Apr 1, 2019 at 10:01
  • \$\begingroup\$ @Damien by soft start I am saying that your initial duty cycle could be say 1% keeping peak currents down .This will warm up the lamp filament giving it higher resistance .Then slowly increase Duty cycle to your target value .This was and still is done with a simple capacitor when the micro is not part of the SMPS .With your optical feedback the initial lamp output is of course zero so your feedback loop gives the lamp a big duty cycle blowing the fet . \$\endgroup\$
    – Autistic
    Commented Apr 1, 2019 at 10:50
  • \$\begingroup\$ It was already controlled this way. But as Andy pointed out the duty would be 0.65% which is about 1 step of the PWM. \$\endgroup\$
    – Damien
    Commented Apr 1, 2019 at 10:54
  • \$\begingroup\$ What voltage and wattage halogen are you using ? .What if you made your buck convertor a VCCS and filtered the mircoprocessor PWM output to give a simple control voltage ? \$\endgroup\$
    – Autistic
    Commented Apr 1, 2019 at 10:59
  • 1
    \$\begingroup\$ @Damien (I'm not that poster, but here's my interpretation) cycle by cycle current limiting means you would have a fast current sensing element that would immediately turn off the FET mid-cycle if current went too high. It would be an addition to something else, not a complete change in topology. \$\endgroup\$
    – mbrig
    Commented Apr 1, 2019 at 15:17

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