Transistors – Understanding the Role of the Rightmost Transistor in a Circuit

powertransistors

I extracted the following circuit from an schematic. It is part of power section. The switch on the +2V line is actually a GPIO from a microcontroller which turns to +2V when powering on the device.

I understand the role of the first, leftmost, transistor which acts basically as a switch for the power on regulator. The question is, why the rightmos transistor? And why the (high pass filter?) driving its gate?

Note: The rightmost transistor is actually a trench-MOS, but I couldn't find the symbol for the schematic.

circuit

Best Answer

The pair of transistors form a "high side switch". The left (N-channel) transistor switches the gate voltage to the right (P-channel) transistor. The P-channel transistor requires a voltage that is negative with respect to the source (at +3.8V) in order to turn on. This allows the voltage to a grounded load to be switched, which is very important in some applications.

In some cases, you might be able to leave out the N-channel part and reverse the logic (low = ON) but the gate voltage has to go up to very close to the 3.8V source to ensure the P-channel MOSFET is fully off, and 2V is far too low for that.

The gate capacitor and series 50K/560K resistor is a bit more subtle- the load is presumed to have a lot of capacitance, so switching it very rapidly, as MOSFETs are wont to do, would cause a serious glitch in the 3.8V supply. Switching the MOSFET slowly allows time for the load capacitors to charge. This is very much situation-dependent, for example bringing the supply voltage up too slowly may cause some poorly designed circuits or chips to start up incorrectly.

It's unclear why they would want to switch the MOSFET off so slowly (560+50K) vs. on (50K) time constant with the 10n + gate charge.