I want select a suitable driver for a MOSFET (IRLZ44n) to control 12V DC motor using Arduino's PWM. I found this application note that provides guidance to select mosfet driver. According to this application note, peak drive current required by MOSFET is,
Ig = Qg/t
According to datasheet, Qg~30nc (@ Vgs = 5V and Vds = 12V). Let charge time t = 60ns.
Ig = 30/60 = 0.5A
Using this value, I looked for drivers that can provide output current of 0.5A at 5V. But, when I looked through driver datasheet, I found that it can charge or discharge 1000pF ( or 1 nF) in 30ns. I used this value to calculate charge/discharge time as follows,
Input Capacitance, C = Qg/Vg,
C = 30/5 = 6nF
charge/discharge time, t = 6 * 30ns = 180ns
I am confused now as I was looking to select drivers based on peak current value that was found at the start. What am I missing?
Also, Mosfet drivers have different output configuration (like Single, Dual, Inverting, Non - Inverting etc). Can somebody please provide a simple explaination of the differences between these configuration and how it affects selection?
Ig = Qg/t
According to datasheet, Qg~30nc (@ Vgs = 5V and Vds = 12V). Let charge time t = 60ns.
Ig = 30/60 = 0.5A
Using this value, I looked for drivers that can provide output current of 0.5A at 5V. But, when I looked through driver datasheet, I found that it can charge or discharge 1000pF ( or 1 nF) in 30ns. I used this value to calculate charge/discharge time as follows,
Input Capacitance, C = Qg/Vg,
C = 30/5 = 6nF
charge/discharge time, t = 6 * 30ns = 180ns
I am confused now as I was looking to select drivers based on peak current value that was found at the start. What am I missing?
Also, Mosfet drivers have different output configuration (like Single, Dual, Inverting, Non - Inverting etc). Can somebody please provide a simple explaination of the differences between these configuration and how it affects selection?
