Diodes – Why Reverse Recovery Behavior Matters for Half Bridge Bootstrap Diode

bootstrapdiodesreverse-recovery

I have seen several recommendations in the past to use a schottky bootstrap diode in half bridge drivers, even if the driver integrates a Si junction diode for the purpose, because supposedly the reverse recovery of that diode would be really bad. Random reference.

schematic

simulate this circuit – Schematic created using CircuitLab

But why is the reverse recovery behavior of diode D1 even important?

My thinking is as follows:

  • When the switch node turns low, current flows through D1, Cboot and M4 to replenish the charge in Cboot.
  • This is only a very short pulse, as Cboot will soon be "full" limited by the logic voltage. Then, D1 will be essentially off, having a very small forward bias. This small bias will slowly raise the bootstrap voltage a little more.
  • Much later, the half bridge toggles. Current flows from Cboot and M2 into M1's gate. D1 doesn't take part because the bootstrap voltage is still too high for it to develop appreciable forward bias.
  • The switch node jumps up. So when the diode becomes reverse biased, it is off already. Then from what would it even need to recover?

Best Answer

  • When the Switch node turns low, current flows through D1, Cboot and M4 to replenish the charge in Cboot

Which stores charge in the diode junction, it's how silicon junction diodes work.

  • This is only a very short pulse, as Cboot will soon be "full" limited by the logic voltage. Then, D1 will be essentially off, having a very small forward bias. This small bias will slowly raise the bootstrap voltage a little more.

The diode stays 'on' while it has charge stored in it. The bias across the diode is still forward, and so is doing nothing to sweep charge out of the junction, in fact charge is still being injected by the forward current. Charge is also recombining slowly within the junction, so the diode will head to a new equilibrium stored charge level where the recombination equals the injection rate.But it's only started to go there, it doesn't happen instantly. In a 'fast' diode, recombination happens more quickly than in a slow one like a 1N4004.

  • Much later, the half bridge toggles. Current flows from Cboot and M2 into M1's gate. D1 doesn't take part because the bootstrap voltage is still too high for it to develop appreciable forward bias.

As far as D1 is concerned, not a lot has changed round it. This state is fairly brief.

  • The switch node jumps up. So when the diode becomes reverse biased, it is off already. Then from what would it even need to recover ?

Now finally the bias across D1 reverses. It's still on, as there's plenty of charge remaining in the junction. The remaining charge that hasn't recombined now starts to get swept out of the junction. This sends a large reverse current through the diode heating it, and dragging the voltage on Cboot down a bit.

A schottky diode doesn't have this charge storage mechanism, so behaves more like the sequence in your question.