Author Topic: MOSFET driver (push-pull bjt output)  (Read 37002 times)

0 Members and 2 Guests are viewing this topic.

Offline npelovTopic starter

  • Frequent Contributor
  • **
  • Posts: 330
  • Country: bg
    • Microlab.info
MOSFET driver (push-pull bjt output)
« on: October 10, 2016, 03:50:41 pm »
Hi,

I'm trying to understand and improve the push pull circuit. I found the circuit attached as an example of mosfet driver. I changed it a bit. I don't remember what was the original circuit.

This circuit works really nice, but I still need 2k +3k = 5k on 18V = 3.6 mA (Solar panel charging lead acid battery). If I rise the resistor values, the edges become softer and the power mosfet warms up a bit more. I chose these BJTs because of their high beta. But it's still not enough. Is there a way to reduce the current consumption? There are probably better ways to supply a voltage at the input of the push-pull pair. Another emitter follower for example.

Another question I have is: because max gate voltage usually is lower than max DS voltage I use the R1/R2 divider to apply lower voltage to the gate of the power MOS. I tested with emulation that voltage of divider is the same on the output of the push-pull pair, but I'm not that convinced that'll always be the case. Is the output voltage dependant on the beta of the transistors? The beta varies a lot.

R3 and R4 I've added to protect mosfet gates. Is 100k a good value for this case?
R5 limits the gate capacitance charge/discharge current, which is near 1.8A. The BJT transistors can only handle 100mA continuous current but 1-2 nF capacitance shouldn't be enough to keep the current for long enough to damage them.
 

Offline T3sl4co1l

  • Super Contributor
  • ***
  • Posts: 21681
  • Country: us
  • Expert, Analog Electronics, PCB Layout, EMC
    • Seven Transistor Labs
Re: MOSFET driver (push-pull bjt output)
« Reply #1 on: October 10, 2016, 07:32:55 pm »
Try a current source, instead of pull-up resistors.

Drive the 2N7002 gate from a logic source (no pullup needed).

Substitute 2N7002 --> MMBT3904 (and use a series base resistor, and probably a B-E resistor as well).  2N7002 has quite a lot of capacitance and current capability, both more than needed here.  BJT will run faster.

Substitute PBSS303NX/PX for the emitter follower (or any other suitable low-Vce(sat) type).  They're amazing transistors, and will deliver as much current as you please (you could even reduce R5 if you find you need more speed).

For the high voltage driver, you'll also need a clamp diode (probably a zener) to prevent the gate voltage exceeding limits.  This works better than a voltage divider.

An example from my collection:



Obviously, this is low-side and supplied with 9V, but you should be able to recognize the similarities. :)

...Or you can simply plop in a charge pump type gate driver IC and be done with it. ::)

Tim
« Last Edit: October 10, 2016, 07:35:23 pm by T3sl4co1l »
Seven Transistor Labs, LLC
Electronic design, from concept to prototype.
Bringing a project to life?  Send me a message!
 
The following users thanked this post: npelov, Chupacabras, bilibili

Online Zero999

  • Super Contributor
  • ***
  • Posts: 19519
  • Country: gb
  • 0999
Re: MOSFET driver (push-pull bjt output)
« Reply #2 on: October 10, 2016, 08:50:52 pm »
Hi,

I'm trying to understand and improve the push pull circuit. I found the circuit attached as an example of mosfet driver. I changed it a bit. I don't remember what was the original circuit.

This circuit works really nice, but I still need 2k +3k = 5k on 18V = 3.6 mA (Solar panel charging lead acid battery). If I rise the resistor values, the edges become softer and the power mosfet warms up a bit more. I chose these BJTs because of their high beta. But it's still not enough. Is there a way to reduce the current consumption? There are probably better ways to supply a voltage at the input of the push-pull pair. Another emitter follower for example.

Another question I have is: because max gate voltage usually is lower than max DS voltage I use the R1/R2 divider to apply lower voltage to the gate of the power MOS. I tested with emulation that voltage of divider is the same on the output of the push-pull pair, but I'm not that convinced that'll always be the case. Is the output voltage dependant on the beta of the transistors? The beta varies a lot.

R3 and R4 I've added to protect mosfet gates. Is 100k a good value for this case?
R5 limits the gate capacitance charge/discharge current, which is near 1.8A. The BJT transistors can only handle 100mA continuous current but 1-2 nF capacitance shouldn't be enough to keep the current for long enough to damage them.
This should be faster and not use as much current, especially when the MOSFET is off.
 

Offline nuno

  • Frequent Contributor
  • **
  • Posts: 606
  • Country: pt
Re: MOSFET driver (push-pull bjt output)
« Reply #3 on: October 11, 2016, 02:15:40 am »
Attached is a discreet driver I use on a TO-220 P-MOSFET (IRF4905) in a h-bridge. The entire system is powered from 24V nominal (21..28V). I was not concerned with power consumption, but it's still another design for you to look at. You can simulate the influence of increasing R6 to reduce power consumption. D10 is to avoid Q2 from saturating, thus the turn-off latency of the driver is very short. Not sure if I remember details and measured specs correctly, but I went with a power BJT (Q2) mainly because of dissipated power, and the driver turns on/off the FET in 200-300ns and latency is ~zero compared to these couple hundred ns (instead of 1 or 2us for the no-diode version). With 18V top maybe you can get away with a 2N3904 also in Q2. I guess you don't see turn-off latency while using the FET at the input in your circuit.

Tim, the In on your circuit goes directly to the BJT's base; what's driving it?
« Last Edit: October 11, 2016, 02:19:03 am by nuno »
 
The following users thanked this post: npelov, Chupacabras

Offline T3sl4co1l

  • Super Contributor
  • ***
  • Posts: 21681
  • Country: us
  • Expert, Analog Electronics, PCB Layout, EMC
    • Seven Transistor Labs
Re: MOSFET driver (push-pull bjt output)
« Reply #4 on: October 11, 2016, 06:22:15 am »
Tim, the In on your circuit goes directly to the BJT's base; what's driving it?

In the rest of the circuit it's from, bipolar current from a diff pair.

You'd use a resistor divider (maybe with a speed-up cap) to drive it from a digital logic pin, or whatever other level shifting you might like.

Tim
Seven Transistor Labs, LLC
Electronic design, from concept to prototype.
Bringing a project to life?  Send me a message!
 

Offline npelovTopic starter

  • Frequent Contributor
  • **
  • Posts: 330
  • Country: bg
    • Microlab.info
Re: MOSFET driver (push-pull bjt output)
« Reply #5 on: October 11, 2016, 09:34:59 am »
Thanks to everyone for suggestions!

I only had time to test first circuit (in emulation). It does make a big improvement in the rising edge (where gate-source voltage is falling). With the resistor divider it takes 2.5us for gate voltage to drop to 200mV. With the constant current it's <200ns. The problem is that 0.7V/47Ohm is about 15mA. when the transistor is on 15mA will be wasted all the time. I can rise the resistor to 470 ohms and it still works, but then the problem is gate voltage - it can get too high. I want Vin range from 10V to 24V.Still haven't chosen a transistor, but most have gate voltage between either 20V or 12V.

To solve the gate voltage getting too high I tried adding a resistor in the input transistor collector to rise the voltage on the push-pull input. But then when the supply voltage Vin is lower the gate voltage is not enough to turn the transistor on. Adding a zenner makes things even worse.

So, unless I choose a transistor with high enough allowable gate voltage it's not going to work. (or unless you suggest something I didn't think of).

Well if I think a bit zenner will only work first few miliseconds, then the solar panel voltage will drop to maximum of 14V (close to the battery voltage) and zenner will draw no current. I can have R7 really small value and put 15-16V zenner for 20V max gate transistor.

I'll give a try to the other suggestions too.
 

Offline npelovTopic starter

  • Frequent Contributor
  • **
  • Posts: 330
  • Country: bg
    • Microlab.info
Re: MOSFET driver (push-pull bjt output)
« Reply #6 on: October 11, 2016, 10:05:20 am »
I've tested it by adding high Rs at Vin, a battery and with Rs=1 and a 100 Ohm resistor at input transistor collector. It looks nice. At start current consumption is quite high. The Zenner diode gets 60+ mA. R7 too. But when voltage is settled current through R7 is 1.2mA during the ON time. R2 is 1.4 to 2mA. I can probably reduce that a bit by rising it to 20k. I can probably also use some cheap voltage reference which can work at <1mA current.
 

Offline npelovTopic starter

  • Frequent Contributor
  • **
  • Posts: 330
  • Country: bg
    • Microlab.info
Re: MOSFET driver (push-pull bjt output)
« Reply #7 on: October 11, 2016, 10:38:36 am »
Attached is a discreet driver I use on a TO-220 P-MOSFET (IRF4905) in a h-bridge. The entire system is powered from 24V nominal (21..28V). I was not concerned with power consumption, but it's still another design for you to look at. You can simulate the influence of increasing R6 to reduce power consumption. D10 is to avoid Q2 from saturating, thus the turn-off latency of the driver is very short. Not sure if I remember details and measured specs correctly, but I went with a power BJT (Q2) mainly because of dissipated power, and the driver turns on/off the FET in 200-300ns and latency is ~zero compared to these couple hundred ns (instead of 1 or 2us for the no-diode version). With 18V top maybe you can get away with a 2N3904 also in Q2. I guess you don't see turn-off latency while using the FET at the input in your circuit.

I used this cicruit before without the zenner. I run a test again to compare to others. 1k is too low for 18+ volts. Rising it to 10k has very little effect on timings but it does soften the gate voltage edge at the top when Vgate is rising. Some of the transistors I looked have logic level gates - theashold voltage is 1.5V typical but it can be as low as 1V. So it takes 130ns to drop from 2V to 0.2V which brings the falling edge to 500ns. It's 400 ns with 1k. It's the best solution with low-part count.

When charging battery from solar panel PWM is only used at topping charge. In the part when most of the charging happens the mosfet is always on.
Even though it might look edges are not that important, it still spends few hours in PWM mode with reasonable amount of current and I want to get away with no heat sink.
 

Offline npelovTopic starter

  • Frequent Contributor
  • **
  • Posts: 330
  • Country: bg
    • Microlab.info
Re: MOSFET driver (push-pull bjt output)
« Reply #8 on: October 11, 2016, 04:48:20 pm »
I decided to add "speed-up" cap on nuno's schematic as Tim suggested for his. It changed things quite a bit. The front edge is very sharp - <60ns. The back edge is reasonable - 150ns (until Vgs <=200mV). Because of the zenner the voltage drop on R2 is lower, so the current is lower - 1.6mA during on time.
This makes the constant current option not worth the additional components.

Well, simulation is nice and quick, but often not that accurate. I'll have to try that in real life :)

« Last Edit: October 11, 2016, 04:52:10 pm by npelov »
 

Offline T3sl4co1l

  • Super Contributor
  • ***
  • Posts: 21681
  • Country: us
  • Expert, Analog Electronics, PCB Layout, EMC
    • Seven Transistor Labs
Re: MOSFET driver (push-pull bjt output)
« Reply #9 on: October 11, 2016, 06:55:13 pm »
Use a stronger B-E pulldown -- you want the base voltage divider to have a modest Thevenin equivalent (2-10kohms?) and an open circuit voltage of 1.0 to 1.8V.

More OCV and less R gives harder saturation, faster turn-on, and longer turn-off delay (storage time; which may not be accurately modeled by SPICE, by the way).

The diode isn't doing anything as 1N4148, but a shottky (say BAT85) will do anti-saturation, saving storage time.

You can also use a PN diode if there's a point where supplied base voltage is higher; which as it happens, there is.  Split the input (series base) resistor in two, and connect the diode there. In this way, you can adjust Vce(sat) without slowing down the transistor or clamping its output.

Speaking of clamps, note that a series zener diode subtracts from supply voltage, making the gate drive voltage that many times more sensitive to supply.  It's better to use the transistor as a current sink, and place the zener from collector to +supply. :)

Tim
Seven Transistor Labs, LLC
Electronic design, from concept to prototype.
Bringing a project to life?  Send me a message!
 

Online Zero999

  • Super Contributor
  • ***
  • Posts: 19519
  • Country: gb
  • 0999
Re: MOSFET driver (push-pull bjt output)
« Reply #10 on: October 11, 2016, 08:59:25 pm »
I decided to add "speed-up" cap on nuno's schematic as Tim suggested for his. It changed things quite a bit. The front edge is very sharp - <60ns. The back edge is reasonable - 150ns (until Vgs <=200mV). Because of the zenner the voltage drop on R2 is lower, so the current is lower - 1.6mA during on time.
This makes the constant current option not worth the additional components.

Well, simulation is nice and quick, but often not that accurate. I'll have to try that in real life :)
I'm not sure you understand why this is happening.

The impedance looking into the base of Q1 is a fraction of the MOSFET's gate capacitance, which needs to be discharged quickly to turn it off. Replacing R2 with a constant current source would speed it up because with a resistor, the current decays, as the voltage goes down. Unfortunately a current source takes power continuously, whether or not it's being used to discharging the capacitance or not.

What needs to be done, is the base of Q1 needs to be pulled up firmly, when he input voltage goes low. Fortunately this can be easily achieved with a PNP transistor capacitively coupled to the input. the value of R2 can even be increased a bit, as long as the current through the zener is still high enough for it to behave.

« Last Edit: October 11, 2016, 09:01:25 pm by Hero999 »
 

Offline npelovTopic starter

  • Frequent Contributor
  • **
  • Posts: 330
  • Country: bg
    • Microlab.info
Re: MOSFET driver (push-pull bjt output)
« Reply #11 on: October 11, 2016, 09:18:48 pm »
Use a stronger B-E pulldown -- you want the base voltage divider to have a modest Thevenin equivalent (2-10kohms?) and an open circuit voltage of 1.0 to 1.8V.

More OCV and less R gives harder saturation, faster turn-on, and longer turn-off delay (storage time; which may not be accurately modeled by SPICE, by the way).

I knew that harder saturation means longer turn-off time. You mean to reduce R4 for 1-1.8V on the base(open circuit).What I didn't know is that storage time (didn't know that's the term) is not accurately modeled. I'll have to test that. But going out of saturation just delays the turn off. It doesn't change the slope of the voltage on the collector. It can be compensated  by changing the PWM. In this case I only care about how fast the transistor is switching (as long as the stirage time doesn't get too high compared to the period).



The diode isn't doing anything as 1N4148, but a shottky (say BAT85) will do anti-saturation, saving storage time.

D2? well I tried schottky and it was behaving strangely. I don't remember exactly what happened. It may be due to the reverse current of schottky diode. Maybe combined with lower B-E resistor. There was something wrong, but I can't remember exactly what.
With a normal diode - at least on simulation I think there was a difference, but I might be wrong.

You can also use a PN diode if there's a point where supplied base voltage is higher; which as it happens, there is.  Split the input (series base) resistor in two, and connect the diode there. In this way, you can adjust Vce(sat) without slowing down the transistor or clamping its output.
I didn't get that. Did you mean something like this (attachment):


Speaking of clamps, note that a series zener diode subtracts from supply voltage, making the gate drive voltage that many times more sensitive to supply.  It's better to use the transistor as a current sink, and place the zener from collector to +supply. :)

Yes, but the zenner will draw current. As it is now - yes, the gate voltage will vary with supply, but the only continuous current drawn during the on time is current via R2. If I connect the zenner to + and have the transistor as let's say 1mA current source the 1mA will add to the R2 current and it'll double it. Also if current is low the slope becomes worse (attachment):
 

Offline npelovTopic starter

  • Frequent Contributor
  • **
  • Posts: 330
  • Country: bg
    • Microlab.info
Re: MOSFET driver (push-pull bjt output)
« Reply #12 on: October 11, 2016, 09:50:18 pm »
What needs to be done, is the base of Q1 needs to be pulled up firmly, when he input voltage goes low. Fortunately this can be easily achieved with a PNP transistor capacitively coupled to the input. the value of R2 can even be increased a bit, as long as the current through the zener is still high enough for it to behave.
Well it does kida work. I reduced the R-C of the added transistor because it pulls about 1A through the zenner for a bit. The new transistor makes the rising edge worse, but not too much.

What I'm really worried about is the output of the MCU. It has protection diodes clamping higher voltage to Vdd. I still think it's within spec because clamping diode absolute maximum current is 20mA.  I have to test this with real parts.
 

Online Zero999

  • Super Contributor
  • ***
  • Posts: 19519
  • Country: gb
  • 0999
Re: MOSFET driver (push-pull bjt output)
« Reply #13 on: October 11, 2016, 10:03:29 pm »
What needs to be done, is the base of Q1 needs to be pulled up firmly, when he input voltage goes low. Fortunately this can be easily achieved with a PNP transistor capacitively coupled to the input. the value of R2 can even be increased a bit, as long as the current through the zener is still high enough for it to behave.
Well it does kida work. I reduced the R-C of the added transistor because it pulls about 1A through the zenner for a bit. The new transistor makes the rising edge worse, but not too much.

What I'm really worried about is the output of the MCU. It has protection diodes clamping higher voltage to Vdd. I still think it's within spec because clamping diode absolute maximum current is 20mA.  I have to test this with real parts.
The component values in that circuit, differ considerably from the circuit I posted.

You also haven't modelled the output impedance of the MCU which could be considerable.

Don't worry if some of the transient currents briefly exceed the maximum device ratings: it's the average power dissipation which destroys components, not current spikes.

Attached is the LTSpice file. I hope you have all the models installed, that I have. If there's anything missing, let me know and I'll attach it here.
 

Offline T3sl4co1l

  • Super Contributor
  • ***
  • Posts: 21681
  • Country: us
  • Expert, Analog Electronics, PCB Layout, EMC
    • Seven Transistor Labs
Re: MOSFET driver (push-pull bjt output)
« Reply #14 on: October 11, 2016, 10:11:04 pm »
I didn't get that. Did you mean something like this (attachment):


Yes!  Maybe with the speed-up cap moved somewhere.

OBTW, since you're playing with logic pins and speed-up caps, don't forget your pin model matters.  Don't use a voltage source!  You can buffer it with a 74HC gate from the library, or use a VPULSE with 5 or 10ns rise/fall and a 50-100 ohm series resistor.

Quote
Yes, but the zenner will draw current. As it is now - yes, the gate voltage will vary with supply, but the only continuous current drawn during the on time is current via R2. If I connect the zenner to + and have the transistor as let's say 1mA current source the 1mA will add to the R2 current and it'll double it. Also if current is low the slope becomes worse (attachment):


Well yeah, you've got D1 in there.  Replace that sucker with a PNP emitter follower!

Note that zeners have fairly high capacitance, so you want to specify a small one, or even use a junction diode (or none at all -- the PNP B-C junction serves the same purpose) to a floating zener-derived supply.

That looks like this, http://seventransistorlabs.com/tmoranwms/Circuits_2010/Regen_Motor.png

If you can't afford the bias current of a shunt regulator, you can use a pass regulator.  You can keep the zener, too, since the circuit may need to absorb (rather than just supply) current.

Tim
Seven Transistor Labs, LLC
Electronic design, from concept to prototype.
Bringing a project to life?  Send me a message!
 

Offline Cerebus

  • Super Contributor
  • ***
  • Posts: 10576
  • Country: gb
Re: MOSFET driver (push-pull bjt output)
« Reply #15 on: October 11, 2016, 11:49:27 pm »

An example from my collection:




Why choose those exotic 1N914s when commonplace 1N4148s would have done just as well?  ;)

[Beginner note: This is a joke - "Throw a random diode at it" always comes out as a 1N4148 or a 1N914 depending on which part number you first managed to remember. Those 1N914 guys just can't remember as many digits as us 1N4148 guys. The same for transistors, if you're really old you say "2N2222", if you aren't yet drawing your pension you say "2N3904", if you're really, really old you say "EC88", if you're really young you say "what's a transistor", if you're really, really, really old you say "Hi, my name's Bob Pease and I'm now in Heaven rolling capacitors on the thighs of naked virgins"*.

*This isn't as exciting as it sounds, they're all Physics undergrads...]
Anybody got a syringe I can use to squeeze the magic smoke back into this?
 

Offline T3sl4co1l

  • Super Contributor
  • ***
  • Posts: 21681
  • Country: us
  • Expert, Analog Electronics, PCB Layout, EMC
    • Seven Transistor Labs
Re: MOSFET driver (push-pull bjt output)
« Reply #16 on: October 12, 2016, 12:49:22 am »
Why choose those exotic 1N914s when commonplace 1N4148s would have done just as well?  ;)

I can do you one better:
1N4148 takes more writing effort. :-DD

Quote
The same for transistors, if you're really old you say "2N2222", if you aren't yet drawing your pension you say "2N3904",

Or if you don't know any better, then by all means, curse yourself with substandard 2N2222s! ;)

Quote
if you're really, really old you say "EC88",

And if you're really, really old, you forget that it was ECC88! :-DD

Quote
if you're really young you say "what's a transistor", if you're really, really, really old you say "Hi, my name's Bob Pease and I'm now in Heaven rolling capacitors on the thighs of naked virgins"*.

*This isn't as exciting as it sounds, they're all Physics undergrads...]

Or like the joke about "I said you'd get 72 virgins, I didn't say which ones..."

Tim
Seven Transistor Labs, LLC
Electronic design, from concept to prototype.
Bringing a project to life?  Send me a message!
 

Offline Cerebus

  • Super Contributor
  • ***
  • Posts: 10576
  • Country: gb
Re: MOSFET driver (push-pull bjt output)
« Reply #17 on: October 12, 2016, 01:01:05 am »
]if you're really, really old you say "EC88",

And if you're really, really old, you forget that it was ECC88! :-DD

MY excuse was that I was down the pub all evening with an old friend and, anyway, what are these FETs with pilot lights that you speak of old sage?


Or like the joke about "I said you'd get 72 virgins, I didn't say which ones..."

I think Bob deserves better. I like to imagine him in paradise with those dusky Gauganesque maidens and a Tektronix catalogue that yields up whatever you wish for when you rub it...

Did somebody say "curve tracer"?...

Who am I kidding, the only curves that would give Bob true pleasure would be the bonnet curves of a '69 VW Beetle.
Anybody got a syringe I can use to squeeze the magic smoke back into this?
 

Offline T3sl4co1l

  • Super Contributor
  • ***
  • Posts: 21681
  • Country: us
  • Expert, Analog Electronics, PCB Layout, EMC
    • Seven Transistor Labs
Re: MOSFET driver (push-pull bjt output)
« Reply #18 on: October 12, 2016, 01:09:00 am »
MY excuse was that I was down the pub all evening with an old friend

Also an acceptable excuse. ;D

Quote
I think Bob deserves better. I like to imagine him in paradise with those dusky Gauganesque maidens and a Tektronix catalogue that yields up whatever you wish for when you rub it...

Did somebody say "curve tracer"?...

Who am I kidding, the only curves that would give Bob true pleasure would be the bonnet curves of a '69 VW Beetle.

I don't think Bob relieved in the virgins thing, so there should be no worry of that...

The Tek catalog tho...

Or...

VW Beetle, fully loaded with test gear.  Take your shop anywhere, or sniff around for RF sources...

Only downside, you have to pull over, stop, engage the generator, and push the engine to full revs, before you've got enough electricity to run it all! :-DD

Tim
Seven Transistor Labs, LLC
Electronic design, from concept to prototype.
Bringing a project to life?  Send me a message!
 

Offline nuno

  • Frequent Contributor
  • **
  • Posts: 606
  • Country: pt
Re: MOSFET driver (push-pull bjt output)
« Reply #19 on: October 12, 2016, 07:32:37 pm »
Interesting, I thought the cap was just another way to reduce latency, didn't know it had other effects. But I understand it acts like a kind of a "charge transfer boost", as when you have the input at 5V and set it to zero, ~ - 4.3V is "applied" to b-e without series resistance (except cap's parasitic), sucking charge out of the BJT, right?
1N4148 also works as a latency reducer (anti-saturation), but it's not as good as a schottky; I have measured both in practice, in a driver cousin to the one I posted (on the N-MOS driver, which has an 2N3904 at the input; I've posted such scopeshots in this forum); the schottky really brings turn-off latency down to virtually zero (from the original 7us! 1N4148 -> 1.75us; BAT54 -> 0us).

Indeed, as Tim pointed out, charge storage on the BJT isn't always simulated. I had to hunt models around until I found one that does simulate it, let me dig it and I'll post it here.

In the original schematics I posted, the sub-circuit composed of Q5 (top NPN), its base resistor and the diode are a "fast MOS turn-off" technique I read around, in an app-note I think. The rest is simple stuff, I just added the zener to keep Vgs within its spec without limiting the current (thus keeping a fast turn on).

Is the 100 Ohm resistor your simulated load? Is it your true load?

When simulating this kind of circuit, I also usually give the power source internal resistance and add a little inductance to the power lines, as well as resistance and inductance to the "DC-link" capacitors. For example, if you're switching a few A in those few hundred ns or less, using bigger devices as TO-220, inductance in the lines from the driver to the FET will matter, as will inductance between the DC-link caps and the FETs, and so own, and you should take this into account in simulation. Hint: switch 5A in 100ns over 50nH (rough estimate for a 1 inch go-and-return connection distance) -> dv = L di/dt <=> dv = 5V spike.
 

Online Zero999

  • Super Contributor
  • ***
  • Posts: 19519
  • Country: gb
  • 0999
Re: MOSFET driver (push-pull bjt output)
« Reply #20 on: October 12, 2016, 11:00:49 pm »
This version supplies about 10V pulses to the MOSFET. Note how the 4.7nF capacitor in parallel with the zener's current limiting resistor speeds things up.
« Last Edit: October 13, 2016, 08:05:01 am by Hero999 »
 

Offline T3sl4co1l

  • Super Contributor
  • ***
  • Posts: 21681
  • Country: us
  • Expert, Analog Electronics, PCB Layout, EMC
    • Seven Transistor Labs
Re: MOSFET driver (push-pull bjt output)
« Reply #21 on: October 13, 2016, 01:12:33 am »
Note that you need to use well-filtered supplies for cap-coupled circuits like this.

You can avoid that by using constant current drive (essentially, the input signal goes to a diff pair, which starts with a constant emitter current, then steers it out one or the other collector), and using those currents to control the turn-on and turn-off transistors local to the MOSFET.

But again, more bias current and more complexity.  Always a tradeoff.  It gets harder and harder to beat an IC. ;)

Tim
Seven Transistor Labs, LLC
Electronic design, from concept to prototype.
Bringing a project to life?  Send me a message!
 

Offline nuno

  • Frequent Contributor
  • **
  • Posts: 606
  • Country: pt
Re: MOSFET driver (push-pull bjt output)
« Reply #22 on: October 13, 2016, 03:14:24 am »
What I'm really worried about is the output of the MCU. It has protection diodes clamping higher voltage to Vdd. I still think it's within spec because clamping diode absolute maximum current is 20mA.

What MCU is that?
 

Offline Refrigerator

  • Super Contributor
  • ***
  • Posts: 1542
  • Country: lt
Re: MOSFET driver (push-pull bjt output)
« Reply #23 on: October 13, 2016, 04:37:40 am »
You can take a look at the mosfet driver in this class d amp:
http://www.nxp.com/documents/user_manual/UM10155.pdf
I have a blog at http://brimmingideas.blogspot.com/ . Now less empty than ever before !
An expert of making MOSFETs explode.
 

Online Zero999

  • Super Contributor
  • ***
  • Posts: 19519
  • Country: gb
  • 0999
Re: MOSFET driver (push-pull bjt output)
« Reply #24 on: October 13, 2016, 03:46:55 pm »
Here's another variant. This time the transistor acts as a voltage controlled current sink for the zener. The transistor never saturates and has emitter degradation so doesn't need a base resistor, speed up capacitor or Baker clamp. It uses more current though.

« Last Edit: October 13, 2016, 04:41:45 pm by Hero999 »
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf