Description
The IRF9540N is a high-performance P-Channel Power MOSFET. While N-Channel MOSFETs (like the IRFZ44N) are more common for low-side switching, the IRF9540N is the preferred choice for high-side switching, allowing you to switch a load connected to ground without needing complex level-shifting circuitry.
Key Specifications
-
Transistor Type: P-Channel MOSFET
-
Drain-Source Voltage ($V_{DS}$): -100 V
-
Continuous Drain Current ($I_D$): -23 A (at $25^{\circ}\text{C}$)
-
On-Resistance ($R_{DS(on)}$): $0.117 \ \Omega$ (Max)
-
Power Dissipation ($P_D$): 140 W
-
Package Type: TO-220
Pinout Configuration
When looking at the front of the TO-220 package (the metal tab is at the top) with the pins pointing down, the pins from left to right are:
-
Gate (G)
-
Drain (D)
-
Source (S)
Understanding P-Channel Operation
Unlike N-Channel MOSFETs, which turn ON when the Gate is pulled HIGH, the IRF9540N turns ON when the Gate is pulled LOW (relative to the Source).
-
Switching Logic: * OFF: Gate voltage is equal to the Source voltage (e.g., connected to $+12\text{V}$ supply).
-
ON: Gate voltage is pulled to Ground (or at least $10\text{V}$ lower than the Source).
-
Common Applications
-
High-Side Power Switching: Ideal for turning power on/off to a load that is permanently connected to ground (like sensors or modules).
-
H-Bridge Circuits: Used alongside N-Channel MOSFETs (like the IRFZ44N) to create an H-bridge for bidirectional motor control.
-
Polarity Protection: Acts as a solid-state “reverse polarity” guard for sensitive electronics.
Usage Best Practices
-
Gate Drive: Because it is a P-Channel device, if your supply voltage is $12\text{V}$, you need to pull the gate to ground to turn it on. If your microcontroller (like an Arduino) outputs $5\text{V}$, the gate-source voltage ($V_{GS}$) will only be $-7\text{V}$ ($5\text{V} – 12\text{V} = -7\text{V}$). While this is often enough to turn it on, for full saturation and lowest resistance, a small NPN transistor (like a BC547) is often used to pull the MOSFET gate all the way to ground.
-
Heat Management: With a power dissipation rating of 140W, a heatsink is essential if you are switching high currents ($>5\text{A}$).
-
Body Diode: Note that P-Channel MOSFETs have an internal body diode that points from the Drain to the Source. If you connect the source to the load instead of the power supply, current will flow through this diode regardless of the gate state.

Reviews
There are no reviews yet.