MOSFET Gate Driver | Calculations

Maths

Posted by Angel G. Miranda on January 15, 2018

keywords: Power MOSFET series gate resistor value, Power MOSFET series resistor power requirement, Power MOSFET Driver calculation

The Objectives

This is a simple, but very useful calculator to estimate:

  1. MOSFET gate current, iG [A].
  2. Time that the MOSFET will turn on, tON [us].
  3. The resistor (RG2) value that must be added to the MOSFET gate and achieve the above two estimations [Ohm]
  4. The average power (Pave) which must be endured by RG2. This value must be employed instead of the pulse power. RG2 will limit the power delivered by the MOSFET driver which can be tuned to limit tON.

1 Metal Oxide Semiconductor Field Effect Transistors (MOSFET)

MOSFETs need to be matched to the power requirements with a factor of safety (FoS) of at least 1.2 for both currents and voltages. You will encounter two types of channels, N and P{channel; P-channel MOSFETs are rarely used and thus, you will have to go with the N-channels. N-channel MOSFETs have the advantage of having less conduction losses owing to the fact that they employ electron-based minority carriers which are much more efficient than the hole-based minority carriers of the P-channel ones.

1.1 Important MOSFET parameters

The important parameters which will be employed in later sections are:

VGS Normally found at the maximum ratings section, this is the gate-source voltage range; it may range from 10 to 20V.
QG A dynamic characteristic which is the total charge of the MOSFET’s gate [nC]. It can be employed to estimate the instantaneous current needed to turn on a MOSFET in a speci ed time.
ton This is a design parameter to maximize or minimize the worst case input gate current [ns].
RG This is the internal gate resistance of the MOSFET. We will use this fixed resistance to calculate an additional resistor to limit the gate current, iG.

1.2 Gate current equations

  The gate current, iG, is a parameter that is essential to choose a MOSFET driver (more on this on the next section). The gate current can be calculated as follows:

iGiG=C(dV/dt)=QG/ton(1)

which is a convenient way to estimate the maximum current that the MOSFET driver will have to supply during the ton. The iG is necessary in order to calculate the wire diameters/material or PCB widths.

1.3 MOSFET driver | RG2 equation

The RG2 value can be calculated with the simple formula:

RG2=VGS/iGRG(2)

1.4 Power determination of the RG2

   The underlying pulse and average power (Ppulse and Pave, respectively) relationships of the MOSFET are presented as follows:

PpulsePave=iGVGS=PpulsetonTPWM(3)

where either one of iG or ton is a design parameter while the other is calculated with equation (1) and TPWM is the PWM period. Ppulse is the maximum instantaneous power that the MOSFET driver will provide which is limited by RG2 (refer to equation (2)). However, Ppulse will only be under effect during ton. Therefore, it is advisable to buy one that can endure 1 or 2 times the Pave instead of buying a full power Ppulse rated resistor.

  Note: Pave is only dependent on VGS, QG and TPWM and is easily found after some equation rearrangements.

2 Putting all the equations to work! MOSFET iG, RG2 and power calculation example

In this section,the following design parameters are employed:

VGSTPWM=12[V]=10[μs]

From the IPB083N10N G N-channel MOSFET from Infineon:

QGRG=55[nC]=1[Ω]

where the maximum QG was taken. If a ton of 500 [ns] is defined, then an iG can be calculated with equation (1) as follows:

iG=55[nC]500[ns]=0.11[A]

Please note that this current will only be applied to the first 500[ns] needed to turn on the MOSFET, after that, a very small current will be needed to maintain the MOSFET ON because MOSFETs are voltage-driven. Of course, smaller ton will require much higher iG.

With the previous iG of 0.11 [A], using equation (2), an RG2 of 108 [latex options:inline]\Omega[/latex] is to be bought and soldered to the final PCB. Of course, you would rather choose a lower standard resistance over a higher one in order to turn on the gate a little faster than calculated.

In this example, we will use a 100 [ohm] resistor. Therefore, the new gate current is calculated by rearranging eqn. (2):

iGiG=VGS/(RG2+RG)=0.1212[A]

And the new time to turn on the MOSFET is, after rearranging eqn. (1):

tONtON=QG/iG=453.8[ns]

The rated power of the RG2 is calculated using eqn. (3) and given as:

PpulsePave=1.45[W]=0.066[W]

In this case, a resistor with a rated power of 1/4 [W] will be chosen, which is well above the average power.

Edit: VBS will be employed instead of VGS if you are using a bootstrap IC. VBS is the MOSFET driver’s effective voltage to turn on the MOSFET. VBS is equal to the driving voltage of the bootstrap IC minus the voltage drop of the Bootstrap diode.