← Blocks

Reverse Polarity Protection

Protection

Suggested Parts

Reversed power-supply connections are a real risk in the field. A connector may be assembled incorrectly, or an errant mistake while bench testing a design with bare wires can apply reverse voltage to a board and destroy unprotected ICs instantly.

VariantV dropBest for
Series Diode0.3–0.7 V12 V inputs and simplest implementation
P-ch MOSFET: Gate to GNDIload×RDS(on)I_{load} \times R_{DS(on)}Minimal voltage drop. VINV_{IN} safely within VGS(max)V_{GS(max)} (typically 12 V systems)
P-ch MOSFET: Zener ClampIload×RDS(on)I_{load} \times R_{DS(on)}Minimal voltage drop. VINV_{IN} approaches or exceeds VGS(max)V_{GS(max)} (24 V systems)

Series Diode

reverse-polarity-protection-series-diode

Honestly, the best choice 9 times out of 10 in a FSAE context. Place a Schottky diode in series with the positive supply rail, anode toward the source, cathode toward the load. Under correct polarity the diode conducts; under reverse polarity it blocks.

Suitable for applications where some voltage drop is acceptable, for example a 12 V input that immediately regulates down to 5 V or 3.3 V. Use a Schottky diode to minimise voltage drop and heat.


P-channel MOSFET: Gate to GND

reverse-polarity-protection-p-ch-mosfet-gate-to-ground

Q1 is placed in series with the positive supply rail, source facing the input, drain facing the load. The gate is connected to GND through R1 (10 kΩ to 100 kΩ). Under correct polarity VGSV_{GS} is negative, Q1 turns on and passes current to the load with a drop of only Iload×RDS(on)I_{load} \times R_{DS(on)}. Under reverse polarity VGSV_{GS} becomes zero or positive and Q1 stays off.

The body diode of Q1 faces in the same direction a simple Series Diode would. Under normal polarity it could forward-conduct, but with Q1 fully enhanced the channel conducts preferentially and the body diode stays below its forward threshold. Under reverse polarity R1 pulls VGSV_{GS} positive and ensures Q1 stays off; the body diode resists reverse current.

Suitable for supply voltages where the full rail is within the MOSFET’s VGS(max)V_{GS(max)} rating. On a 12 V system with a ±20 V\pm 20\ \text{V} rated device this is typically fine. On a 24 V system, use the zener clamp variant instead.


P-channel MOSFET: Zener Gate Clamp

reverse-polarity-protection-p-ch-mosfet-zener-protected-gate

Use this variation for applications where supply voltages approach or exceed the MOSFET’s VGS(max)V_{GS(max)}. Zener D1 is added between the gate and source terminals, with its cathode at the gate. R1 (1 kΩ to 10 kΩ) sits in series between the gate and GND. Under normal polarity:

The zener limits VGS|V_{GS}| to VINVZV_{IN} - V_Z. Choose a zener voltage such that VINVZV_{IN} - V_Z stays within the VGS(max)V_{GS(max)} rating across the full supply voltage range. For a 24 V rail with a DMG2305UX MOSFET rated VGS(max)=±8 VV_{GS(max)} = \pm 8\ \text{V}, a 14 V zener limits VGS|V_{GS}| to 17.2 V.


Design notes

Gotchas