Enhancement Mode Mosfet



In this tutorial, we will learn about the working of a MOSFET as a Switch. In the MOSFET tutorial, we have seen the basics of a MOSFET, its types, structure and a few applications of MOSFET as well.

An Enhancement mode FET such as your IRF3710 will have a couple of VGS = 0 characteristics with a Vds current that is very low, usually this is the Vds breakdown voltage or Vds leakage current specification. There will also be a VGs (threshold) specification, which is the beginning of conduction (starting to turn the FET on).

  • When the voltage from gate to source is zero, the n-channel enhancement-mode MOSFET acts as an open-circuit. Thus, enhancement-mode devices are referred to as normally off and their channels as normally open. Suppose now that a positive DC voltage VGG is applied to the gate as shown in Figure 2 (b).
  • Enhancement-type MOSFETS are MOSFETs that are normally off. When you connect an enhancement-type MOSFET, no current flows from drain to source when no voltage is applied to its gate. This is why it is called a normally off device. There is no current flow without a gate voltage.

Enhancement Mode Mosfet Symbol

One of the important applications of MOSFET in the field of Power Electronics is that it can be configured as a simple analogue switch. With the help of such analogue switches, digital systems can control the flow of signals in analogue circuits.

Before going into the details of how a MOSFET acts as a switch, let me take you through a recap of the basics of a MOSFET, its operation regions, internal structure etc. For more information on MOSFETs, read the MOSFET Tutorial.

Introduction to MOSFET

A MOSFET or Metal Oxide Semiconductor Field Effect Transistor, unlike a Bipolar Junction Transistor (BJT) is a Unipolar Device in the sense that it uses only the majority carriers in the conduction.

It is a type of field effect transistor with an insulated gate from the channel (hence, sometimes called as Insulated Gate FET or IGFET) and the voltage at the gate terminal determines the conductivity.

Speaking of terminals, a MOSFET is typically a 3-terminal device, which are Gate (G), Source (S) and Drain (D) (even though there is a 4th terminal called Substrate or Body, it is usually not used in either input or output connection).

MOSFET Symbol

MOSFET can be classified into Enhancement type MOSFET and Depletion type MOSFET. Each of these types are further divided into N-channel MOSFET and P-channel MOSFET.

The symbols for each of these types of MOSFETs are shown in the image below.

The main difference between Enhancement Mode MOSFET and Depletion Mode MOSFET is that in depletion mode, the channel is already formed i.e., it acts as a Normally Closed (NC) switch and in case of enhancement mode, the channel is not formed initially i.e., a Normally Open (NO) switch.

MOSFET Structure

The structure of a MOSFET varies based on the application i.e., MOSFETs in IC technology are fairly lateral, while the structure of Power MOSFETs is more of a vertical channel. Irrespective of the application, a MOSFET has basically three terminals namely Gate, Drain and Source.

If we consider an N-channel MOSFET, both the Source and Drain are made up of n-type, which sit in a P-type substrate.

Working of a MOSFET

Let us now try to understand how an n-Channel Enhancement Mode MOSFET works. In order to carry a drain current, there should be a channel between the drain and source regions of the MOSFET.

A channel is created when the voltage between gate and source terminals VGS is greater than the threshold voltage VTH.

When VGS > VTH, the device is said to be in triode (or constant resistance) region or saturation region depending on the voltage across drain and source terminals VDS.

For any VGS, if VDS < VGS – VTH, then the device is in triode region (also known as constant resistance or linear region). If VDS > VGS – VTH, then the device enters into saturation region.

When VGS < VTH, then the device is in off state. The gate current in either regions of operation is very less (almost equal to zero). Hence, MOSFET is known as Voltage Driven Device.

MOSFET Characteristics Curve

The image below shows the characteristic curve of MOSFET in three regions of operation. It depicts the Drain Current ID versus the Drain to Source Voltage VDS for a given Gate to Source Voltage VGS.

MOSFET Regions of Operation

Based on the above-mentioned working of a MOSFET, it can be concluded that a MOSFET has three regions of operation. They are:

  • Cut-off Region
  • Linear (or Triode) Region
  • Saturation Region

A MOSFET operates in cut-off region when VGS < VTH. In this region, the MOSFET is in OFF state as there is no channel induced between drain and source.

For the channel to be induced and MOSFET to operate in either linear or saturation region, VGS > VTH.

The Gate – Drain bias voltage VGD will determine whether the MOSFET is in linear or saturation region. In both these regions, the MOSFET is in ON state but the difference is in linear region, the channel is continuous and the drain current is proportional to the resistance of the channel.

Coming to saturation region, as VDS > VGS – VTH, the channel pinches off i.e., it broadens resulting in a constant Drain Current.

Switching in Electronics

Semiconductor switching in electronic circuit is one of the important aspects. A semiconductor device like a BJT or a MOSFET are generally operated as switches i.e., they are either in ON state or in OFF state.

Ideal Switch Characteristics

For a semiconductor device, like a MOSFET, to act as an ideal switch, it must have the following features:

  • During ON state, there should not be any limit on the amount of current it can carry.
  • In OFF state, there should not be any limit on the blocking voltage.
  • When the device is in ON state, there should be zero voltage drop.
  • OFF state resistance should be infinite.
  • Operating speed of the device has no limits.

Enhancement Mode Mosfets Are More Commonly Used As

Practical Switch Characteristics

But the World isn’t ideal and it is applicable even to our semiconductor switches. In a practical situation, a semiconductor device like a MOSFET has the following characteristics.

  • During ON state, the power handling capabilities are limited i.e., limited conduction current. The blocking voltage during OFF state is also limited.
  • Finite turn on and turn off times, which limit the switching speed. Maximum operating frequency is also limited.
  • When the device is ON, there will be a finite on state resistance resulting in a forward voltage drop. There will also be a finite off state resistance which results in a reverse leakage current.
  • A practical switch experiences power loses during on state, off state and also during the transition state (on to off or off to on).

Working of a MOSFET as a Switch

Enhancement Mode Mosfet

If you understood the working of the MOSFET and its regions of operation, you would have probably guessed how a MOSFET works as a switch. We will understand the operation of a MOSFET as a switch by considering a simple example circuit.

This is a simple circuit, where an N-Channel Enhancement mode MOSFET will turn ON or OFF a light. In order to operate a MOSFET as a switch, it must be operated in cut-off and linear (or triode) region.

Assume the device is initially OFF. The voltage across Gate and Source i.e., VGS is made appropriately positive (technically speaking, VGS > VTH), the MOSFET enters linear region and the switch is ON. This makes the Light to turn ON.

If the input Gate voltage is 0V (or technically < VTH), the MOSFET enters cut-off state and turns off. This in turn will make the light to turn OFF.

Example of MOSFET as a Switch

Consider a situation where you want to digitally control a 12W LED (12V @ 1A) using a Microcontroller. When you press a button connected to the microcontroller, the LED should turn ON. When you press the same button once again, the LED should turn OFF.

It is obvious that you cannot directly control the LED with the help of the microcontroller. You need a device that bridges the gap between the microcontroller and the LED.

This device should take in a control signal from the microcontroller (usually the voltage of this signal is in the working voltage range of the microcontroller, 5V for example) and supply power to the LED, which in this case is from a 12V supply.

The device which I am going to use is a MOSFET. The setup of the above-mentioned scenario is shown in the following circuit.

When a Logic 1 (assuming a 5V Microcontroller, Logic 1 is 5V and Logic 0 is 0V) is supplied to the gate of the MOSFET, it turns ON and allows drain current to flow. As a result, the LED is turned ON.

Similarly, when a Logic 0 is given to the gate of the MOSFET, it turns OFF and in turn switches OFF the LED.

Thus, you can digitally control a high-power device with the combination of Microcontroller and MOSFET.

Important Note

An important factor to consider is the power dissipation of the MOSFET. Consider a MOSFET with a Drain to Source Resistance of 0.1Ω. In the above case i.e., a 12W LED driven by a 12V supply will lead to a drain current of 1A.

Hence the power dissipated by the MOSFET is P = I2 * R = 1 * 0.1 = 0.1W.

This seems to be a low value but if you drive a motor using the same MOSFET, the situation is slightly different. The starting current (also called as in-rush current) of a motor will be very high.

So, even with RDS of 0.1Ω, the power dissipated during the start-up of a motor will still be significantly high, which may lead to thermal overload. Hence, RDS will be a key parameter to select a MOSFET for your application.

Also, when driving a motor, the back emf is an important factor that has to be considered while designing the circuit.

One of the main advantages of driving a motor with MOSFET is that an Input PWM signal can be used to smoothly control the speed of the motor.

Conclusion

A complete beginner’s tutorial on MOSFET as a Switch. You learned some important basics of MOSFET (its internal structure and regions of operations), ideal vs. practical Semiconductor switch, working of a MOSFET as a Switch, and couple of example circuits.

Related Posts:

Depletion type FETs under typical voltages. JFET, poly-silicon MOSFET, double gate MOSFET, metal gate MOSFET, MESFET. depletion , electrons , holes , metal , insulator . Top=source, bottom=drain, left=gate, right=bulk. Voltages that lead to channel formation are not shown

In field-effect transistors (FETS), depletion mode and enhancement mode are two major transistor types, corresponding to whether the transistor is in an ON state or an OFF state at zero gate-source voltage.

Enhancement-mode MOSFETS (metal–oxide–semiconductor FETs) are the common switching elements in most integrated circuits. These devices are off at zero gate–source voltage. NMOS can be turned on by pulling the gate voltage higher than the source voltage, PMOS can be turned on by pulling the gate voltage lower than the source voltage. In most circuits, this means pulling an enhancement-mode MOSFET's gate voltage towards its drain voltage turns it ON.

In a depletion-mode MOSFET, the device is normally ON at zero gate–source voltage. Such devices are used as load 'resistors' in logic circuits (in depletion-load NMOS logic, for example). For N-type depletion-load devices, the threshold voltage might be about –3 V, so it could be turned off by pulling the gate 3 V negative (the drain, by comparison, is more positive than the source in NMOS). In PMOS, the polarities are reversed.

The mode can be determined by the sign of the threshold voltage (gate voltage relative to source voltage at the point where an inversion layer just forms in the channel): for an N-type FET, enhancement-mode devices have positive thresholds, and depletion-mode devices have negative thresholds; for a P-type FET, enhancement-mode negative, depletion-mode positive.

Key voltages (with +3V or -3V threshold voltage)
NMOSPMOS
Enhancement-modeVd > Vs (typ)
ON: VgVs + 3V
OFF: VgVs
Vd < Vs (typ)
ON: VgVs - 3V
OFF: VgVs
Depletion-modeVd > Vs (typ)
ON: VgVs
OFF: VgVs - 3V
Vd < Vs (typ)
ON: VgVs
OFF: VgVs + 3V

Junction field effect - transistors (JFETs) are depletion mode, since the gate junction would forward bias if the gate were taken more than a little from source toward drain voltage. Such devices are used in gallium arsenide and germanium chips, where it is difficult to make an oxide insulator.

Alternative terminology[edit]

Some sources say 'depletion type' and 'enhancement type' for the device types as described in this article as 'depletion mode' and 'enhancement mode', and apply the 'mode' terms for which direction the gate–source voltage differs from zero.[1] Moving the gate voltage toward the drain voltage 'enhances' the conduction in the channel, so this defines the enhancement mode of operation, while moving the gate away from the drain depletes the channel, so this defines depletion mode.

Enhancement-load and depletion-load logic families[edit]

Depletion-load NMOS logic refers to the logic family that became dominant in silicon VLSI in the latter half of the 1970s; the process supported both enhancement-mode and depletion-mode transistors, and typical logic circuits used enhancement-mode devices as pull-down switches and depletion-mode devices as loads, or pull-ups. Logic families built in older processes that did not support depletion-mode transistors were retrospectively referred to as enhancement-load logic, or as saturated-load logic, since the enhancement-mode transistors were typically connected with gate to the VDD supply and operated in the saturation region (sometimes the gates are biased to a higher VGG voltage and operated in the linear region, for a better power–delay product (PDP), but the loads then take more area).[2] Alternatively, rather than static logic gates, dynamic logic such as four-phase logic was sometimes used in processes that did not have depletion-mode transistors available.

For example, the 1971 Intel 4004 used enhancement-load silicon-gate PMOS logic, and the 1976 Zilog Z80 used depletion-load silicon-gate NMOS.

History[edit]

The first MOSFET (metal-oxide-semiconductor field-effect transistor) demonstrated by Egyptian engineer Mohamed M. Atalla and Korean engineer Dawon Kahng at Bell Labs in 1960 was an enhancement mode siliconsemiconductor device.[3] In 1963, both depletion and enhancement mode MOSFETs were described by Steve R. Hofstein and Fred P. Heiman at RCA Laboratories.[4] In 1966, T.P. Brody and H.E. Kunig at Westinghouse Electric fabricated enhancement and depletion mode indium arsenide (InAs) MOS thin-film transistors (TFTs).[5][6]

References[edit]

  1. ^John J. Adams (2001). Mastering Electronics Workbench. McGraw-Hill Professional. p. 192. ISBN978-0-07-134483-8.
  2. ^Jerry C. Whitaker (2005). Microelectronics (2nd ed.). CRC Press. p. 6-7–6-10. ISBN978-0-8493-3391-0.
  3. ^Sah, Chih-Tang (October 1988). 'Evolution of the MOS transistor-from conception to VLSI'(PDF). Proceedings of the IEEE. 76 (10): 1280–1326 (1293). doi:10.1109/5.16328. ISSN0018-9219.
  4. ^Hofstein, Steve R.; Heiman, Fred P. (September 1963). 'The silicon insulated-gate field-effect transistor'. Proceedings of the IEEE. 51 (9): 1190–1202. doi:10.1109/PROC.1963.2488.
  5. ^Woodall, Jerry M. (2010). Fundamentals of III-V Semiconductor MOSFETs. Springer Science & Business Media. pp. 2–3. ISBN9781441915474.
  6. ^Brody, T. P.; Kunig, H. E. (October 1966). 'A HIGH‐GAIN InAs THIN‐FILM TRANSISTOR'. Applied Physics Letters. 9 (7): 259–260. doi:10.1063/1.1754740. ISSN0003-6951.

Enhancement Mode Mosfet Youtube

Retrieved from 'https://en.wikipedia.org/w/index.php?title=Depletion_and_enhancement_modes&oldid=1017699589'