Electronic – Is this Half-Bridge waveform right

mosfet-driverswitch-mode-power-supplytransformer

This started with my question here there is no need to read it, I
put it here for additional info.

I'm trying to drive two MOSFETs in Half-Bridge topology and I finally could get the pulse transformer working correctly using a IR2110 working as a two low-side driver. Here is the schematic:

schematic

simulate this circuit – Schematic created using CircuitLab

Probe 1 and Probe 2 are my oscilloscopes probes and here are the resulting waveforms when driving the IR2110 through a microcontroller generating a 200KHz Half-Bridge PWM:

enter image description here

There is some ringing but I assume that's because I'm testing in a protoboard and there is a lot of distributed capacitance. My real concern is about the waveform. The transformer in the schematic has only one secondary but my transformer has two secondaries in opposite directions for each MOSFET.

The yellow waveform is Probe 1 as you can see I get the expected waveform with a dead-time at the reference level (the small '1' yellow mark on the left of the screen) but on the secondary side (the blue signal, Probe 2) this dead-time is at about 10V and it should be at reference level otherwise MOSFET is active at 10V.

Am I right or I'm missing something?

Best Answer

Your circuit is a DC-restore gate drive scheme. The primary waveform gets AC-coupled and DC-restored on the secondary side.

Probe across the 4.7k resistor and you'll see what the MOSFET is seeing. (Also, 100nF is a little excessive for a MOSFET gate - go with 1 to 10nF to keep it real.) When you look at the gate, you should see that this scheme needs an active pull-down as there's no discharge path for the gate capacitance other than the resistor. Commonly a PNP transistor is used for this function.

enter image description here

(You may also need to damp/clamp the coupling capacitors depending on the amount of ringing you get.)

Assuming you only want the positive parts of the pulses, here's another configuration that's suitable for a half-bridge (symmetrical drive for each FET) - notice no coupling capacitors.

enter image description here