23
\$\begingroup\$

In the attributes of a MOSFET, Digi-Key lists several different voltages. I think I understand what most of them are, but there's one I don't understand: "drive voltage."

Let's take this P-channel MOSFET as an example:

enter image description here

So, there's "Drain to Source Voltage", which is 100V, which is the maximum voltage the MOSFET can switch.

There's "Vgs(th)", which is 4V, which is how much the gate voltage has to change in order to get the MOSFET to switch.

There's "Vgs(Max)", which is ±20V, which I'm guessing is the maximum voltage that can be applied to the gate.

Then there's "Drive Voltage", which is 10V. This is the one I don't understand. What does it mean?

\$\endgroup\$

3 Answers 3

29
\$\begingroup\$

Real MOSFETs are not perfect devices, they don't simply turn on or off with applied Gate-Source voltage. The amount of "ON" current through Source to Drain is a function of applied GS voltage. It is a steep function, but still a continuous one. This is an example of this dependence, from a tutorial: enter image description here

Datasheets for MOSFETs are trying to simplify this functional parameter by supplying "corner" points.

The V"th" voltage is the voltage where the drain current is barely measurable, in the OP case it is 250 uA, which happens at 4 V.

The "drive voltage" (listed as 10V) is the voltage when the MOSFET is conducting to full specifications, and can deliver 8.4 A of current and having the specified Rds(on) resistance of less than 0.2 Ohms.

\$\endgroup\$
4
  • \$\begingroup\$ Thanks! So it sounds like if I'm building a 5V circuit, I need a MOSFET with a drive voltage of less than 5V. \$\endgroup\$
    – user31708
    Commented Apr 8, 2018 at 20:59
  • 2
    \$\begingroup\$ @user31708 Not necessarily. Only if you really need the best Rds(on) that the device can manage. \$\endgroup\$
    – pipe
    Commented Apr 9, 2018 at 8:35
  • \$\begingroup\$ @pipe Is there a rule of thumb for choosing the right MOSFET for the job, then? \$\endgroup\$
    – user31708
    Commented Apr 10, 2018 at 15:08
  • 1
    \$\begingroup\$ @user31708, there is no "rule of thumb" in selection of electronics components for a design. There are engineering calculations for a given control voltage ranges and ranges in device specifications, following I-V curves, accounting for temperature variations (MOSFET will always warm up to certain degree due to power dissipation and finite thermal impedance), and finally imposing reasonable guardbands. \$\endgroup\$ Commented Apr 10, 2018 at 19:29
17
\$\begingroup\$

To complement what Stefan Wyss correctly said in his answer, I'll give you the rationale for that parameter.

Power MOSFETs are often used for switching, that's why a low RDS(on) is important in switching applications. Knowing at which voltage you can attain that RDS(on) is an important parameter because you can tell immediately, without looking at the curves in the datasheet, if your circuit could drive that MOSFET fully on or not.

For example, if you need to switch a 10A load with an RDS(on) of no more than 10 mΩ, you could search for those parameters. But if that RDS(on) is attainable only at 10V, while you only have a 5V powered MCU with no other power rail, you know that that MOSFET is not suitable (or it will need additional circuitry to be driven).

\$\endgroup\$
7
\$\begingroup\$

The drive voltage is the gate-to-source voltage Vgs where the static drain to source on resistance RDS_ON is specified in the datasheet, usually at 25°C.

In the linked datasheet, RDS_ON is specified as 0.2Ohms max. (at Vgs = -10V).

\$\endgroup\$

Not the answer you're looking for? Browse other questions tagged or ask your own question.