nicleo
Advanced Member level 2
Interesting... I took an example from On Semiconductor as follows:electronrancher said:...and last - yes, you need a driver, or a bunch of hex inverters in parallel (I MEAN LOTS!) even if you use logic level mosfet. here's why.
Assume the gate of one of these big mosfets is about 2nF. We can use I=C*dv/dt to find out current drive needed.
For 50ns risetime for 0-5v step on the gate requires 200mA peak current, 10ns rise needs 1A peak current. This is way too much for the little PIC output inverter, and it is the reason I see many PIC projects have problems. Risetime slower than 50ns means you start to lose efficiency, so just keep it fast and don't worry about mosfet in resistive region.
Now that I think about it, maybe a bunch of hex inverters is OK. Output of PIC drives 3 inverters in parallel, and these guys drive 8 inverters in parallel that switch the gate. 8x at 50mA should be enough for 50nS risetime..
NTP60N06L
Power MOSFET
60 Amps, 60 Volts, Logic Level
Input Capacitance: 3075pF (maximum input capacitance)
Rise Time: 576ns (typical rise time)
I = C dv/dt = 3075pF x 5V/576ns = 0.027A = 27mA
In my opinion, when we talk about 'Logic Level' power mosfet, the 'Logic Level' means 'more' to the voltage level. For example, standard/conventional power mosfet requires Vgs = 10V (or more), whilst Logic Level power mosfet requires Vgs = 5V. In a circuit that has MCU and standard power mosfet, we need TWO types of power supply, ie. 5V to power the MCU circuit and 10V (or higher) to drive the standard power mosfet. However, in a circuit that has MCU and Logic Level power mosfet, we need only ONE power supply, i.e. 5V. Again, in my opinion, depend on the application (how many mosfets driven by MCU) and part number, Logic Level power mosfet could be interfaced directly to MCU (claimed by On Semiconductor).