Electronic – Calculating Wattage for Gate Resistor for IRFP460 MOSFET used in High Frequency [400KHz] Application

high frequencyresistors

I am making a MOSFET driving circuit.
Frequency : 400 kHz [50% duty cycle]
Gate voltage: 12 V
Total gate charge : 210 nC as per datasheet IRFP460
Rise time: 100 ns
[Q=I*t]
Current: 2.1 A
Gate resistor: V/I > 12/2.1 > 5.7 ohm
Peak power: I * I * R > 2.1 * 2.1 * 5.7 > 25.1370 W

1 watt resistor is OK ?

Best Answer

The figure below shows the Gate Voltage versus Total Gate Charge for the IRFP460 MOSFET:

Gate Voltage x Gate Charge

With a gate drive voltage \$V_{DR} = 12\,\mathrm{V}\$, it's possible to estimate a total gate charge of \$155\,\mathrm{nC}\$.

If \$i_g \$ represents the gate current, \$Q\$ the charge going into the gate and \$tb\$ (beginning time) and \$te\$ (ending time) to represent a time interval, then:

$$ Q = \int_{tb}^{te}i_gdt $$

METHOD 1: (a first estimate)

Here the \$i_g\$ is considered constant (\$Ig_{(ON)}\$) during the charge (\$tp_{(ON)}\$) and constant (\$Ig_{(OFF)}\$) during discharge time (\$tp_{(OFF)}\$); roughly shown in the figure below:

Wave 1

So, the integral above reduces simply to (considering \$tp_{(ON)}=100\,\mathrm{ns}\$ and \$Q_g\$ as the total gate charge):

$$ Q_g = Ig_{(ON)} \times tp_{(ON)} $$ or $$ Ig_{(ON)} = \frac{Q_g}{tp_{(ON)}} = \frac{155\,\mathrm{nC}}{100\,\mathrm{ns}}= 1.55\,\mathrm{A}$$

The gate resistor \$R_G\$ must be calculated taking in account that, in “flat” part of the switching period (plot above), the gate voltage is constant at about \$5.2\$ V:

$$ R_G = \frac{12\,\mathrm{V} - 5.2\,\mathrm{V}}{1.55\,\mathrm{A}} = 4.39 \space \Omega \approx 4.7 \space \Omega$$

In order to simplify I consider here \$Ig_{(OFF)}=-Ig_{(ON)}\$. So, the root mean square value for \$i_g\$ is:

$$ I_{RMS}= Ig_{(ON)}\sqrt{2 \times \frac{tp_{(ON)}}{T} } \approx 0.438\,\mathrm{A}$$

Finally, the average power for \$R_G\$ is:

$$ P = I_{RMS}^2R_G \approx 0.9\,\mathrm{W} $$

METHOD 2:

Here the \$i_g\$ is considered as a straight line with maximum value \$Ig_{pk_{(ON)}}\$ and decreasing to zero at the end of time \$tp_{(ON)}\$ - as an approximation to the actual exponential decay (more realistic). Similar consideration is made for the gate discharge time:

Wave 3

An example of real measurement:

Wave 2

Retaining a \$R_G = 4.7 \space \Omega\$, the peak gate current can be calculated as:

$$ Ig_{pk_{(ON)}} = \frac{12\,\mathrm{V}}{4.7 \space \Omega} \approx 2.553,\mathrm{A} $$

In order to simplify I consider here \$Ig_{pk_{(OFF)}}=-Ig_{pk_{(ON)}}\$. So, the root mean square value for \$i_g\$ is:

$$ I_{RMS}= Ig_{pk_{(ON)}}\sqrt{\frac{2}{3} \times \frac{tp_{(ON)}}{T} } \approx 0.417\,\mathrm{A}$$

Finally, the average power for \$R_G\$ is:

$$ P = I_{RMS}^2R_G \approx 0.817\,\mathrm{W} $$

No major differences from the value previously calculated.

THIRD METHOD

Just to mention a more precise (and more laborious) method. Here, \$i_g\$ is considered a true exponential decaying function (see figure above):

$$ i_g = Ig_{pk_{(ON)}}e^{-\frac{t}{R_GC_{eff}}} $$

where \$C_{eff}\$ is the effective gate input capacitance of MOSFET. So:

$$ i_g = \frac{V_{DR}}{R_G}e^{-\frac{t}{R_GC_{eff}}} $$

In the time interval \$0\$ to \$t_s\$, the total gate charge ("consumed") is given by:

$$ Q_g = \int_{0}^{t_s} \frac{V_{DR}}{R_G}e^{-\frac{t}{R_GC_{eff}}}dt $$

This integral can be solved for a parameter (\$R_G\$ or \$t_s\$), when others are known.

CONCLUSION: The average power values were below \$1\,\mathrm{W}\$, but a margin of safety can be applied for guarantee.