Arlo1 said:
How do you calculate the peak current?
I made a gate driver spread sheet to make life easy for me, but here are the formulas.
effective gate capacitance
Ceff = Qg/delta_Vdr
Time to charge mosfet gate
tpON = 1.4*Rg_ON*Ceff
Time to discharge mosfet gate
tpOFF = 1.4*Rg_OFF*Ceff
peak current into the gate
IpON = (VON-Vg)/RgON
peak current discharged from the gate
IpOFF = (VOFF-Vg)/RgOFF
RMS current into the gate
Irms_ON = i_peak * Square_root(tp*freq/3)
RMS Current off from gate
Irms_OFF = i_peak * Square_root(tp*freq/3)
Total RMSs current in/out of the gate if only a single resistor is used
Irms_OFF = i_peak * Square_root(tp*freq/3)
Power dissipated in on gate resistor
PRgON = Irms_ON^2*RgON
Power dissipated in off gate resistor
PRgOFF = Irms_OFF^2*RgOFF
power dissipated in a single resistor setup
PRgTOTAL = Irms_TOTAL^2*RgON
To size the gate power supply
Idrive = Qg * fsw - Average Current supplied to the gate driver
Pg = Idrive * delta_Vdr - mW required by the gate driver setup
Now go forth and multiply... and divide... and all the other fun math functions
