Select power supply voltage using MOSFETs

mosfetswitches

I have a circuit which I wish to power using 5V or 1.8V or power off entirely.

For a simpler version, switching one voltage, I decided to use a P-channel mosfet as a high-side switch (see the left half of the schematic).

Then, I added a second mosfet connected to 1.8V. If I understand correctly, when the left (5V) mosfet is opened, current will flow through the load, but also through the internal body diode of the right mosfet back to the 1.8V supply – regardless of the voltage at the right gate. Am I right?

How can I redesign the circuit to avoid this problem? A simple diode would work but that adds a significant voltage drop which I hoped to avoid.

schematic

Best Answer

Add a second mosfet in series with the 1.8V one, but upside-down, wire the gates in parallel. Mosfets don't mind passing "backwards" current when they are turned on. and when it's turned off it will keep the 5v out of the 1.8V

Related Topic