Electronic – Does a logic-level P-MOSFET need a gate resistor

mosfet

I'm quintuple checking something I'm about to order from a PCB house, so bear with me.

I'm using a P-channel MOSFET to power on/off a GPS chip. The chip's grounding is complicated, so I prefer to control it on the high side.

Here's the circuit:

Schematic

With the wire going to the bottom being the supply to the GPS chip, and GPS_EN going to an ATmega2560.

Can someone confirm that this is wired correctly, and that the gate resistor R22 is needed? I'm pulling the gate to the source voltage to default the switch to closed, and then driving it down throw GPS_EN to enable it. I'm going to use something like this MOSFET which has a Vgs of 1V. The ATmega runs off the same 3.3V, so there are no voltage differences there.

EDIT: The GPS is expected to have a draw of about 75mA.

Best Answer

The gate resistor is normally used with power MOSFETs to limit the magnitude of the current spike that can occur when a driver switches fast and has to charge or discharge a large gate capacitance. With a super fast driver with high drive capability the current spikes to directly drive a large gate capacitance can be measured in the Amps. A small resistor, such as the 100 ohm resistor that you show, can nicely reduce these current spikes to a reasonable level. An a reasonable controlled level current surge is not going to cause coupling and upset to nearby circuits.

Another reason to use the series resistor in the gate circuit is to keep the current surge within the max drive spec for a whimpy driver circuit such as a micro controller GPIO pin.

The MOSFET that you selected has quite low input capacitance (~75 pF) such that the MCU pin can easily drive the gate without the resistor to limit the current.

You mention using this part because it has a "Vgs" of one volt. Do not fool yourself with this spec. A Vgs at 1V only allows a typical drain current of 250uA to flow. You didn't specify the current requirement for the GPS receiver so limited comment can be offered. However you should study the data sheet carefully. Using the graph copied and shown below you will note that with the Vgs of 3.3V as offered from your microcontroller drive pin places the operating mode somewhere between the lower two curves on the chart. You can reasonably expect the available drain current to be be less than 300mA and to be largely limited by the drain-source resistance of the part. Unless your GPS unit runs on very low current (few mA) it is likely that the voltage level seen at the GPS unit supply pin will be less than the 3.3V that you would like to see.

enter image description here