Electronic – How important is the gate threshold voltage on a MOSFET

gate-drivingmosfetvoltage

I am using several MOSFETs (STP16NF06 datasheet here) controlled by a shift register (74HC595 datasheet here) which is controlled by a microcontoller.

The spec sheet says the gate threshold voltage is between 2V and 4V. When controlling directly via the MCU, the voltage on the pin is 3.3V. However, I have switched to a shift register (to save pins) which is connected to the same 5V source that the microcontroller uses for power. That means the output pins of the shift register are 5V, which is 1V higher than the maximum of the MOSFET gate.

My multimeter reads 5V across the shift register Vcc and GND, and 5V at the shift register pin out/MOSFET gate pin.

Is this something I should correct?

I am going to run the whole thing off of a 24V power supply, so I already plan to use a boost/buck converter that will convert it to 5V for the microcontroller and shift registers, while the 24V will be used for the solenoid valves. I don't really want to add another boost/buck converter just to power the shift registers; while they are not large, they still take a fair bit of space (5cm x 2.5cm). (The shift register works with 2V minimum to 6V maximum and 5V typical.)

The MOSFETs seem to be running fine at the moment, powering a simple LEDs off the same 5V power source. But once I wired it up, I realised the shift register was outputting 5V and not the 3.3V of the microcontroller. Do I need to worry about being over the maximum voltage? If I do, is there a better way to get the 4V and 5V other than a boost/buck converter?

Best Answer

The Gate Threshold Voltage VGS(th) refers to the voltage below which the FET stops conducting completely, defined by some manufacturers as the gate voltage at which the drain current crosses the threshold of 250μA.

It is not a maximum gate voltage (and nor is it the minimum gate voltage at which the FET can be used as a switch for useful amounts of current).

There are graphs in the datasheet in which you can look up what the FET does at various Vgs (the transfer characteristics, figure 6 in the datasheet), which is more interesting for designing. Figure 5 shows the I/V characteristics for various Vgs.

There is an Application Note here that explains it quite well.