1

I have understood that I have problem with driving High Side MOSFETs as their Gate Voltage must be bigger in respect to their Source voltage. How do I provide a higher voltage supply rail for the gate drivers than what is used for output positive voltage rail so as to turn on the MOSFETs?

Adam Haun
  • 21,959
  • 4
  • 51
  • 91
LearningLaSo
  • 55
  • 1
  • 4
  • 8

2 Answers2

1

Use a H bridge driver: -

enter image description here

It steals a bit of energy from the output to provide a higher voltage inside the chip to drive the top FET's gate at the correct level.

There are plenty of chips around and this picture shows the internals with a bit more detail: -

enter image description here

If you want a half-decent version that uses discrete components, try this: -

enter image description here

It's not guaranteed to be that great but does use the same techniques as the chips. Stolen from here

Andy aka
  • 456,226
  • 28
  • 367
  • 807
1

There are two basic methods- bootstrap, which Andy has shown you. You cannot quite achieve 100% time high with that kind of circuit- it has to be driven low every once in a while to charge the reservoir capacitor.

The other method is to generate a supply voltage relative to the positive rail with a different kind of switching (the bootstrap circuit requires the low-side MOSFET to switch). For example, a transformer-based (isolated) DC-DC converter or a charge pump may be suitable, depending on the requirements.

Spehro Pefhany
  • 397,265
  • 22
  • 337
  • 893