1

schematic

simulate this circuit – Schematic created using CircuitLab

I'm trying to make an inverter and I'm driving my mosfets with totempole configuration, the thing that confuses my mind is:

Totempole supply voltage is isolated from inverter's input DC, I mean the totempole gnd and inverter's supply gnd is not common due to a isolated power supply that I'm using for converting inverter's 350V input to 12V for gate driving.

I'm not sure it's going to work or not.

Thank you.

Das D.
  • 189
  • 12

1 Answers1

0

To drive the low side FET gates, the gate supply needs to be commoned with the low side of the bridge. To drive the high side FET gates you need another supply that is commoned with the source pin for each leg. Most gate drivers do this using a bootstrap configuration where a capacitor is charged up using the pumping action of the FETs switching - so if you have the bridge in one state for any length of time obviously the bootstrap cap starts to discharge, so there are arrangements with a separate bootstrap oscillator that do that. It's usually easier to use a gate driver chip than to use a discrete solution. This is a FAN7382 but most are similarly configured.

One final point - running this at 1MHz is going to be challenging, if not impossible. Charging and discharging the gate capacitance to get a FET to switch at that frequency requires careful design. enter image description here enter image description here

Phil G
  • 5,609
  • 1
  • 10
  • 18
  • So, in low side driving the totempole supply needs to be commoned with bridge. Thank you for your help. – Das D. Jan 04 '19 at 14:49