Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

With an N type MOSFET you let the current flow from the drain through the source when a high enough voltage is applied to the gate. With a P type MOSFET which direction is the current meant to flow? From the source through the drain or the other way around? thanks

share|improve this question

1 Answer

up vote 15 down vote accepted

For an N-Channel MOSFET, current is switched from drain to source. But a P-Channel MOSFET works in the opposite way - in a P-channel MOSFET, current is switched from source to drain. See this appnote from IRF. Also, the anode of the integral body diode in a power MOSFET is connected to the source of an N-Channel, but the drain of a P-Channel. See this excerpt.

Basically, when you have a positive voltage connected to a load, and you want to switch it on and off, use an N-Channel MOSFET between the negative terminal and ground. Allow current to flow by applying a positive voltage that will saturate the transistor (10-12 for power MOSFETs, 3-5V for logic level). Turn it off by pulling the gate down to the source.

When you have a load with the negative terminal grounded (which is usually preferable; don't muck with ground if at all possible!), and want to apply or remove a positive voltage, use a P-channel MOSFET. Pull its gate up to the source (which is connected to V+) to turn it off, or pull it to ground (through an open collector output if your logic signal is less than V+) to turn it on (So that Vg is 0, and Vs is, say, 12V, therefore Vgs is -12V).

Depletion mode mosfets are less common, and usually only available in N-Channel. For N-Channel depletion mode, the gate must be pulled below the source (which is often ground). Stick with enhancement mode for most switching applications unless you need something strange.

This schematic shows both (enhancement-mode) configurations: example circuit

To identify the source and drain, look at the side which the arrow is connected to. This is the source. If you've got a physical component, a diode test on a meter is useful both for finding the switched current direction (Apply positive voltage to the terminal which the diode test identifies as negative) and for a basic test (not a guarantee) that the transistor isn't burned up. To differentiate between N-Channel and P-Channel, look at the symbol: N-Channel pointing iN.

share|improve this answer
Well written. I skimmed it, but I saw nothing that went against my understanding. – Kortuk Jul 19 '10 at 14:43
1  
Thank you, well answered. – Stobie Jul 20 '10 at 5:31
Nice diagram. I just used it in one of my answers and attributed it to you; hope you don't mind: – DavidEGrayson Oct 23 '10 at 21:24

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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