Gate drivers circuits

Thread Starter

Xavier Pacheco Paulino

Joined Oct 21, 2015
728
Today's gate drivers have lots of protections, read the feature set on this
one -

http://www.ti.com/product/ucc27712

Regards, Dana.
Briefly looking into the specs it says
"High-Side Low-Side Gate Driver", what does it mean by high and low side in that case? How can I use that IC to drive a power DC motor? Also, some gate drivers have isolation, when do I decide to use a gate driver with isolation or not?
 

Thread Starter

Xavier Pacheco Paulino

Joined Oct 21, 2015
728
An excellent driver to use in your applications would be the MC34151. You can control up to two Mosfets with it, and is capable of performing high frequency PWM if you want.
Is there a chip which only have one gate driver? The MC34151 contais two, that is, dual mosfet drivers. Mostly I see they always include two drivers. But if I'm using just one, then the other is unused.
 

jpanhalt

Joined Jan 18, 2008
11,087
There are some single gate drivers. The Fairchild FAN3111 is one such driver in an SOT23-5 package. Don't know if it is obsolete. Use the parametric search on DigiKey.com.

You will find many IC's (logic in particular) that have many more identical units than you need. If size is not critical, there is no disadvantage to getting them and often they are cheaper.
 

Thread Starter

Xavier Pacheco Paulino

Joined Oct 21, 2015
728
Thank you. One last question: different gate drives chips have different output current capability. In my design, how do I decide which one should I choose? Does it depend on the transistor that I'm going to use? Do I have to look into the transistor datasheet and see gate current so that I can choose the proper gate driver?
 

jpanhalt

Joined Jan 18, 2008
11,087
Thank you. One last question: different gate drives chips have different output current capability. In my design, how do I decide which one should I choose? Does it depend on the transistor that I'm going to use? Do I have to look into the transistor datasheet and see gate current so that I can choose the proper gate driver?
Yes, it can depend on the mosfet you are using (i.e, gate capacitance). Assume you have a gate resister (Rg), then the turn on time can be calculated from the equation for charging a capacitor. Typically for what I was doing, the drivers were rated at 3A or 6A. The FAN3111 at 1 A will probably be OK for many mosfets that are not switched particularly fast. It is a whole lot better than the 25 mA available from a typical MCU.

One of your early schematics shows a 22 Ω gate resistor. At 10V, that will allow a little less than 0.5 A.
 

Thread Starter

Xavier Pacheco Paulino

Joined Oct 21, 2015
728
Yes, it can depend on the mosfet you are using (i.e, gate capacitance). Assume you have a gate resister (Rg), then the turn on time can be calculated from the equation for charging a capacitor. Typically for what I was doing, the drivers were rated at 3A or 6A. The FAN3111 at 1 A will probably be OK for many mosfets that are not switched particularly fast. It is a whole lot better than the 25 mA available from a typical MCU.

One of your early schematics shows a 22 Ω gate resistor. At 10V, that will allow a little less than 0.5 A.
Thank you. When you say "The FAN3111 at 1 A will probably be OK for many mosfets that are not switched particularly fast", you mean the PWM frequency, right?. As for Motor control I've seen low pwm frequency like 50-100 Hz and higher ones like 20-30 kHz. That's another thing I have to consider in my design.
 

jpanhalt

Joined Jan 18, 2008
11,087
Thank you. When you say "The FAN3111 at 1 A will probably be OK for many mosfets that are not switched particularly fast", you mean the PWM frequency, right?. As for Motor control I've seen low pwm frequency like 50-100 Hz and higher ones like 20-30 kHz. That's another thing I have to consider in my design.
One often avoids the audible range because of the noise. Motors become little speakers.
 

olphart

Joined Sep 22, 2012
125
Sage advice, jpanhalt -- I designed a pwm LED dimmer for an RV shop.
In showing the prototype, an office clerk popped into the door with "What's that screaming noise"?
I powered the proto down and she went "Ah, Better" Then, powered back up was "Ouch, it's back".
I'd set the pwm freq at ~ 16k, WAY above what I can hear (drag racing etc)
Pretty easy fix, put freq @ 26k.

So, Any driven object can find ways to emanate circuit generated frequencies.
Just make them Well above audible.... <<<)))
 

danadak

Joined Mar 10, 2018
4,057
Its a safety issue, keep user isolated from motor buss voltages.

I always saw it in 440V systems, most of the time in 220, sometimes in 110.
In any system where you do not want galvanic ground currents from different
ground domains. Or where there is a potential for that to happen.

Regards, Dana.
 
Last edited:
Top