Electronic – What causes this knee in the MOSFET drain voltage drop

modelingmosfetmosfet-driverswitch-mode-power-supplyswitches

FINAL UPDATE: Understand a previously mysterious power MOSFET switching waveform wiggle! @Mario uncovered the root cause here below, distinctive to so-called VDMOS devices, typical of many power MOSFETs like the IRF2805.


UPDATE: Found a clue! 🙂

@PeterSmith mentions an excellent resource on understanding gate charge specs in MOSFET datasheets in one of the comments below.

On page 6, at the end of the second paragraph, there's a passing reference to the idea that \$C_{GD}\$ becomes constant (stops varying as a function of \$V_{DS}\$) when \$v_{GD}\$ > 0. It doesn't mention the mechanism, but it got me thinking about what might be happening with \$v_{GD}\$ at the knee:

enter image description here

And son-of-a-gun, it turns out to be right where \$v_{GD}\$ rises above 0V.

So if anyone understands what that driving mechanism is, I think that would be the right answer 🙂


I'm making a close study of MOSFET switching characteristics as part of my study of switching converters.

I've set up a very simple circuit like so:

enter image description here

Which produces this MOSFET turn-on waveform on simulation:

enter image description here

A knee appears in the drain voltage drop about 20% into the Miller plateau.

I built the circuit up:

enter image description here

And the scope confirms the simulation quite well:

enter image description here

I believe I understand the "pre-shoot" bump (\$C_{gd}\$ charging current running "backward" through the load resistor), but am mystified as to how to account for the knee in the drain voltage drop.

Can someone more experienced with MOSFETs help me understand?

Best Answer

The slope of the drain voltage depends on the gate-drain capacitance Cgd. In case of the falling edge the transistor has to discharge Cgd. In addition to the load current for the resistor it also has to sink the current that flows through Cgd.

It is important to keep in mind that Cgd is not a simple capacitor but a nonlinear capacitance that depends on the operating point. In saturation there is no channel at the drain side of transistor and Cgd is due to the overlap capacitance between gate and drain. In the linear region the channel extends to the drain side and Cgd is bigger because now the large gate to channel capacitance is present between gate and drain.

As the transistor transitions between saturation and linear region the value of Cgd changes and therefore also the slope of the drain voltage.

Using LTspice Cgd can be inspected by using the "DC operating point" simulation. The results can be viewed by using "View/Spice Error Log".

For a Vgs of 3.92V Cgd is about 1.3npF because Vds is high.

   Name:          m1
Model:      irf2805s
Id:          1.70e-02
Vgs:         3.92e+00
Vds:         6.60e+00
Vth:         3.90e+00
Gm:          1.70e+00
Gds:         0.00e+00
Cgs:         6.00e-09
Cgd:         1.29e-09
Cbody:       1.16e-09

For a Vgs of 4V Cgd is much larger with around 6.5nF because of the lower Vds.

Name:          m1
Model:      irf2805s
Id:          5.00e-02
Vgs:         4.00e+00
Vds:         6.16e-03
Vth:         3.90e+00
Gm:          5.15e-01
Gds:         7.98e+00
Cgs:         6.00e-09
Cgd:         6.52e-09
Cbody:       3.19e-09

The variation of Cgd (labeled Crss) for different biasing can be seen in the plot below taken from the datasheet. enter image description here

The IRF2805 is a VDMOS transistor that shows a different behavior for Cgd. From the internet:

The discrete vertical double diffused MOSFET transistor(VDMOS) popularly used in board level switch mode power supplies has behavior that is qualitatively different than the above monolithic MOSFET models. In particular, (i) the body diode of a VDMOS transistor is connected differently to the external terminals than the substrate diode of a monolithic MOSFET and (ii) the gate-drain capacitance(Cgd) non-linearity cannot be modeled with the simple graded capacitances of monolithic MOSFET models. In a VDMOS transistor, Cgd abruptly changes about zero gate-drain voltage(Vgd). When Vgd is negative, Cgd is physically based a capacitor with the gate as one electrode and the drain on the back of the die as the other electrode. This capacitance is fairly low due to the thickness of the non-conducting die. But when Vgd is positive, the die is conducting and Cgd is physically based on a capacitor with the thickness of the gate oxide. Traditionally, elaborate subcircuits have been used to duplicate the behavior of a power MOSFET. A new intrinsic spice device was written that encapsulates this behavior in the interest of compute speed, reliability of convergence, and simplicity of writing models. The DC model is the same as a level 1 monolithic MOSFET except that the length and width default to one so that transconductance can be directly specified without scaling. The AC model is as follows. The gate-source capacitance is taken as constant. This was empirically found to be a good approximation for power MOSFETS if the gate-source voltage is not driven negative. The gate-drain capacitance follows the following empirically found form:

enter image description here

For positive Vgd, Cgd varies as the hyperbolic tangent of Vgd. For negative Vdg, Cgd varies as the arc tangent of Vgd. The model parameters a, Cgdmax, and Cgdmax parameterize the gate drain capacitance. The source-drain capacitance is supplied by the graded capacitance of a body diode connected across the source drain electrodes, outside of the source and drain resistances.

In the model file the following values can be found

Cgdmax=6.52n Cgdmin=.45n