Low-Side MOSFET Drive Circuits and Techniques - 7 Practical Circuits


In many circuits, it is necessary to use MOSFETs for switching. In many cases, the MOSFET drive signals are generated by microcontrollers. In other cases, they are generated by ICs – PWM controllers, timers or any IC in fact. However, MOSFETs cannot always just be connected to the drive signal and be expected to work properly. Due to the construction of the MOSFET, driving it is not the simplest of tasks, especially for beginners. There are many users who regularly ask for help on MOSFET drive related issues or problems on different blogs, websites and forums. So, here I will show some MOSFET drive techniques/methods for MOSFETs configured as low-side switches.

Before I head on to MOSFET drive, let me just tell you what a low-side switch is, in case you don't know. When the MOSFET (that you're using as a switch) sinks current, it is a low-side switch. The load will be between the drain and +V supply. The source will be connected to ground. Gate will be driven with respect to ground.

Let me start with N-channel Power MOSFETs. One thing to keep in mind is that these MOSFETs are fully turned on when the voltage at the gate with respect to the source (VGS) is > 8V. So while at voltages less than 8V, the MOSFET will be on (as long as VGS > VGS(threshold) ), the MOSFET won’t be fully turned on. It will operate in the linear region and there will be very high losses.

Now let’s go to Logic Level MOSFETs. These MOSFETs tend to have much lower VGS (threshold) and thus are usually fully turned on with VGS of 4V to 5V. One downside to Logic Level MOSFETs is that they usually have higher on-state resistances compared to similarly rated Power MOSFETs. So, this would mean higher conduction losses for the same load.

Another thing to remember is the gate capacitance. So, when the MOSFET is to be turned on or off, the gate must be driven high or low with sufficient current quickly enough so as to charge or discharge the gate capacitance quickly enough so that the MOSFET spends minimal time in the linear region and is quickly turned fully on or off. This is true especially for high speed switching when time period is small. However, in low frequency applications, this may not be a big problem as, even if the MOSFET spends some time in the linear region, it will spend the (remaining) majority time fully on and thus the small amount of time spent in the linear region will not cause much of a problem.

Let’s first consider the simplest situation: a MOSFET is driving a load and is periodically turned on and off to turn the load on and off respectively. How long do I mean by periodically? Well, it really depends on the application. But for this situation, the period between turning on and off may be very long or very short but will be at least half a second. A few examples:

  • The MOSFET could be driving a DC fan that will be turned on, kept on for 2 hours and then kept off for about an hour and turned on and off in few hour intervals.
  • The MOSFET is driving a DC lamp that will stay on for the entire night and will only be turned off in the morning and kept off during the entire day.
  • The MOSFET is driving a heating element through which current passes (the heater is on) for about 16 hours a day.
  • The MOSFET is driving an IR LED in a remote transmitter unit. The LED is turned on and off frequently – every few seconds.

So, the above examples should clarify what I meant as “periodically” in the preceding paragraph.
In such situations, MOSFET drive is simplest – apply a high enough voltage to the MOSFET gate and the MOSFET will be on; ground the MOSFET gate and the MOSFET will be off. Quick charging and discharging of the MOSFET gate capacitance are always desirable. But in this situation, the charging and discharging need not be very quick as frequency isn’t high.
Here are a few circuits that can easily be used.




 Fig. 1  (Click on image to enlarge it)


Fig. 2  (Click on image to enlarge it)


Fig. 3  (Click on image to enlarge it)


Fig. 4  (Click on image to enlarge it)


In each of these circuits Vin is the input drive signal to the MOSFET. +V_DRIVE is the voltage supply to drive the MOSFET. When the MOSFET is on, VGS = +V_DRIVE. When the MOSFET is off, VGS = 0. MOSFETs have a maximum rated VGS. For most MOSFETs, this is 20V. For some it is higher up to 30V. There are MOSFETs (usually Logic Level) which have a lower maximum rated VGS. It is always best to check the datasheet for the specific MOSFET being used.


Fig. 1 shows an inverting driver. Here, the MOSFET is turned on when Vin is low and turned off when Vin is high. When the MOSFET is on, the load is on and vice versa.

Fig. 2, Fig. 3 and Fig. 4 show non-inverting drivers where the MOSFET is turned on when Vin is high and the MOSFET is turned off when Vin is low.

In Fig. 2, the MOSFET turns off almost instantaneously when Vin is zero. This is because when Vin is zero, Q3 is off and Q5 is on. Q5 pulls the gate low, discharging the gate capacitance. However, the MOSFET turn-on is not instantaneous. When Vin is high, Q3 is on and Q5 is off. So, current flows through R14 and charges the MOSFET gate. Here turn-on time is dictated by R14. However, when I say long turn-on time, I am talking in the order of tens or hundreds of microseconds to milliseconds at max. Thus this circuit can easily be used in any of the situations depicted in the four examples above or any similar situation. This driver cannotbe used when switching is done in the order of microseconds where both turn-on and turn-off must be very quick – almost instantaneous.

In Fig. 3, the MOSFET turns on almost instantaneously when Vin is one. When Vin is one, Q6 is on and so Q8 is on and thus VGS = +VDRIVE and so the MOSFET turns on. However, when Vin is zero (and so Q6 and Q8 are off), the MOSFET gate discharges through R18. So, gate discharge is slow and turn-off time is dictated by R18. However, this “slow” time is in the same order as mentioned above and so can be used in any of the situations depicted in the four examples above or any similar situation. Similarly, this driver cannot be used when switching is done in the order of microseconds where both turn-on and turn-off must be very quick – almost instantaneous.

In Fig. 4, both turn-on and turn-off are very quick. This driver can be used for higher frequencies than can the other three.

If the MOSFET is a Power MOSFET, +V_DRIVE should be at least 8V. A voltage commonly used is 12V. +V_DRIVE should be less than VGS(max) as specified in the MOSFET datasheet. Some “headroom” should be used. So, if VGS(max) is specified as 20V in the MOSFET datasheet, it is good practice to use lower than 18V. 12V and 15V are commonly used for Power MOSFET gate drive. For Logic Level MOSFETs, 5V is most common because the reason a Logic Level MOSFET is usually used instead of a Power MOSFET is that the Logic Level MOSFET can be driven from 5V. In the above shown circuits, the MOSFET can be either a Logic Level MOSFET or a Power MOSFET. +V_DRIVE must be selected accordingly.

Each of the above four circuits requires only a minimum voltage of 0.7V to fully turn on the MOSFET (+V_DRIVE must be selected properly). Each of the above circuits can also be used to drive either Logic Level MOSFETs or Power MOSFETs.

Here are a few more circuits that I’ll discuss below.




Fig. 5  (Click on image to enlarge it)

Fig. 6  (Click on image to enlarge it)


 
Fig. 5 and Fig. 6 both show non-inverting drivers.

The driver in Fig. 5 has the advantage that, while being simple, it can both quickly turn on and turn off the MOSFET. In the drivers in Fig. 1, Fig. 2, Fig.3 and Fig. 4, when the MOSFET is on, VGS = +V_DRIVE. The MOSFET is turned no when Vin is at least 0.7V. So, that means that when Vin is higher than 0.7V, VGS = +V_DRIVE. So, for example, if +V_DRIVE is 12V, VGS will be +12V, when Vin = 3.3V, 5V, 9V and so on.

However, in the drivers shown in Fig. 5 and Fig. 6, when the MOSFET is on, VGS = Vin – 0.7V. So, that means that in Fig. 5, even if +V_DRIVE is +12V, when the MOSFET is on, VGS will only be equal to Vin – 0.7V and not +V_DRIVE. So, for Fig. 5 and Fig. 6, if +V_DRIVE is +12V and Vin = +5V, VGS will equal +4.3V when the MOSFET is on.

That is the disadvantage to these circuits – that the MOSFET VGS will depend on the magnitude of Vin. However, there are situations where these disadvantages do not matter.

If the MOSFET is a Logic Level MOSFET that is to be driven by a microcontroller, then the driver in Fig. 5 can be used quite easily. When Vin = +5V (typical output of a microcontroller), the MOSFET will be turned on and VGS = +4.3V. Remember that +4.3V is enough to fully turn on the MOSFET. When Vin = 0, VGS = 0 and the MOSFET will be off.

You may, then, ask why a driver is needed. You may simply drive the microcontroller directly from the microcontroller. And well, you can. For low speed applications. So, in the four situations previously described, the microcontroller can directly drive the Logic Level MOSFET. The problem lies where the microcontroller output voltage will drop when supplying the current needed to quickly turn the MOSFET on and off when a large current will be required. So, the MOSFET may not fully turn on. In that case, the driver shown in Fig. 5 can be used to ensure that the MOSFET can be driven with sufficient current.

The driver in Fig. 6 can be used when the control chip can only source current but cannot sink current. One example is the SG3524 PWM controller configured to source current. The 0.7V drop is not a problem since the outputs of the SG3524, when high, go up to near the supply voltage. So, even after the 0.7V drop, the voltage is sufficient to fully turn the MOSFET on.

The driver in Fig. 5 is commonly used to drive a MOSFET from a PWM controller. Usually the outputs of PWM controllers go all the way up to the supply voltage (usually 12V, 15V, etc). So, this driver can easily be used, because even after the 0.7V drop, the voltage is high enough to fully turn on a MOSFET. The transistors can also supply high currents. This type of driver based on such a combination of transistors is called a totem-pole driver.

Till now, I’ve only talked about low frequency applications. Now let’s move on to high frequency applications.

One thing that must be considered in high frequency applications is the MOSFET drive current. When frequency is high, time period is low. So, the MOSFET must be turned on and off in a short time to avoid high losses. The turn-on and turn-off times must be as short as possible to ensure that the MOSFET will be in the linear region for minimum time.

Thus it is natural that to minimize gate charge time, current must be maximized. So, the quicker the gate must be charged or discharged, the higher the charge or discharge current should be. The drivers in Fig.  4, Fig. 5 and Fig. 6 can be used for high-frequency MOSFET drive.

I’ve covered some discrete drivers here based on transistors. However, I always recommend using dedicated driver chips for driving Power MOSFETs in high-frequency applications. Low-side drivers are easily available at low prices. One widely available low-cost low-side driver (that I often use) is the TC427.

The circuit using a TC427 is very easy. The supply voltage has to be provided to the supply pins. Then, all you need to do is provide the input signal and just drive the MOSFET from the TC427 output. The TC427 has 2 drivers. So you can use the TC427 to drive 2 MOSFETs from 2 different input signals. Here is the circuit diagram:

 Fig. 7


 
As you can see, the circuit is very simple. +V is the supply voltage. MOSFET drive voltage swings up to about VDD - 0.025V when MOSFET is to be driven high and down to +0.025V (can be assumed to be zero as this is way below MOSFET VGS(threshold) when MOSFET is to be driven low.

Download the TC427 datasheet from here:

There are numerous ways to drive a MOSFET in a non-isolated low-side configuration. I’ve shown a few circuits using transistors and one using a dedicated driver.

You can find loads of driver chips and the datasheets should show the circuit diagrams. Here I have only covered low-side non-isolated drive. I shall soon make another tutorial where I cover high-side drive and isolated drive.

I hope that this tutorial has helped you. Let me know your comments and feedback.

Comments

Popular posts from this blog

Using the TLP250 Isolated MOSFET Driver - Explanation and Example Circuits

Using the SG3525 PWM Controller - Explanation and Example: Circuit Diagram / Schematic of Push-Pull Converter

N-Channel MOSFET High-Side Drive: When, Why and How?