Crss Mosfet



Transistor types

Part Number: UCC27710 Hello, please pardon my naive question. I am confused with how to calculate Rgs for driving the high and low side MOSFET gates. Figure 44 shows a Resistor between the gate and source, but there is no information regarding choosing this component. Specifically, a power MOSFET with a lower CRSS has the advantages of high switching speed and a lower loss. However, a power device with a lower CRSS may lead to other technical limitations such as issues caused by high gate ringing, high turning on and turning off. Crss(V DS) dV (eq. 2) V GP 0 Crss(V GS) dV Region C: MOSFET Remaining Total Gate Charge This is the region where the MOSFET enters into ohmic mode operation as seen in the ID−VDS curve (Figure 4). VGS rises from VGP to driver supply voltage (VGDR). Both ID and VDS remain relatively constant. ID is still clamped by the inductor current.

Transistors are a type of component which can amplify signals, turn switches ON and OFF, etc.
They are categorized as follows based on element structure and operation principles.

The characteristics of each type of transistor are shown below.

What are MOSFETs

Metal-Oxide-Semiconductor Field Effect Transistor

Switch element which switches to a conductive state between D-S if voltage is applied between G-S.
Under optimal conditions Ron=0Ω.

There are N-Channel and P-Channel MOSFET types.

N-Ch turn ON (conductive state) when positive voltage is applied to G (Gate) for S (Source).

P-Ch turn ON (conductive state) when negative voltage is applied to G (Gate) for S (Source).

N-Ch have better performance and are also easier to use in terms of routing, so the majority of the MOSFETs used in the market are N-Ch.

MOSFET operation concept

  • Absolute maximum ratings (P8FE10SBK example)

These represent limits which “must not be exceeded under any circumstances” when using the product.
When conditions are not otherwise specified, these are the values at a temperature of 25℃.

Item

Rating

Unit

Explanation
VDSS100

V

Maximum allowable voltage between Drain - Source

ID

8A

Rated current indicated as direct current. Noted separately for pulse current.

PT

24

W

Allowable power dissipation. Determined by package heat resistance.

VGSS

±20

V

Maximum allowable voltage between Gate - Source

Tch

175

Maximum allowable channel temperature when MOSFET operates

  • Electrical characteristics (P8FE10SBK example)

These indicate the product’s characteristics specs.
The important items are the RDS(ON) and capacity elements in the following table.
The smaller the value, the better for both items, but this is a tradeoff, so compare Ron × Qg and RDS(ON) × Ciss.

Item

Rating

Unit

Explanation

Min.

Typ.

Max.

RDS (ON)

-

79

99

ON resistance

Qg

-

16.5

-nC

Electrical charge required to charge the gate.

Ciss-

665

-pF

Combination of the capacity between G-D and the capacity between G-S.

Crss

-

26

-pF

Capacity between G-D.

Coss

-

64

-pF

Capacity between D-S.

MOSFET operation concept

ON state

  • There is no weight in the bucket, so when the gate is lowered, the water does not flow.
  • When weight is added to the bucket, the gate rises and allows the water to flow.

If the weight (Qg) is not sufficient, the Gate will only open the part way, so, On resistance (RDS(on) would be high.

  • Water route is narrow (high ON resistance) and gate is light (low Ciss).
  • Water route is wide (low ON resistance) and gate is heavy (high Ciss).

If the Ciss is high, a high amount of electrical charge will be needed each time the gate is opened and closed.
This electrical charge will be the “current which charges and discharges the gate”, so it will become power loss (drive loss). In short, the lower the Ciss and Qg, the better.

MOSFET bare die structure concept

A MOSFET bare die is made up of a large number of clustered MOSFET (cells).

There are a larger number of cells on larger bare die.

ON resistance is low, and rated current is high.
But this will also make Ciss high.
And the cost will also be high.

So what is a superior MOSFET?

Crss

The ON resistance can be lowered by any amount by making a larger MOSFET bare die.
However, this will also result in increasingly higher Ciss and Qg.

  • So, just having “low ON resistance” does not necessarily equal “good performance”.
Mosfet

For this reason, a “performance index” called “FOM (Figure of Merit)” when comparing MOSFET performance. FOM types include RDS(ON)×Ciss, RDS(ON)×Qg, RDS(ON)×A, and more.
All of these compare “how low ON resistance is compared to bare die size”.

Performance index example

In general, MOSFET from the same manufacturer, same series, and with the same VDSS will have the same design for each unit cell.
The difference in rated current is a result of differences in bare die size, so the larger the bare die, the more cells can be added to lower the ON resistance.

LTspice Tutorial: Part 6

Creating LTspice® MOSFET models

LTspice Tutorial 4 explained that there are 2 different types of SPICE model: those defined by the simple .MODEL statement and those defined by the more complex .SUBCKT statement. The .MODEL statement defines simple components such as diodes, transistors, MOSFETs etc with a list of predefined characteristics given to us by the writers of SPICE programs. The more esoteric components such as op amps, comparators etc were defined by a more general .SUBCKT model.

When SPICE (not LTspice) was first created, the programmers gave the user a specific number of characteristics to define certain components. In the case of the MOSFET, this included the gate source turn on voltage, the transconductance, the resistance of the gate, source and drain connections etc. These are known as Level 1 parameters and define the most important parameters of the MOSFET. In later years, the MOSFET manufacturers wanted to further characterise their MOSFETs and not be restricted by the fixed list of parameters given to them by the writers of SPICE. They therefore turned to the .SUBCKT definition to allow them to expand the list of parameters. These are known as Level 2 and Level 3 parameters and describe characteristics of the MOSFET not defined in the original SPICE definition of a MOSFET. However in making the model more complicated, they slowed down the simulation time of the MOSFET.

LTspice therefore uses the simpler .MODEL statement to define the characteristics of a MOSFET. If using a 3rd party MOSFET model results in very slow simulation performance, it is probably because the model is defined using the .SUBCKT model and includes many parameters that are not necessary in getting an idea of the circuit performance.

To create an LTspice model of a given MOSFET, you need the original datasheet and the pSPICE model of that MOSFET.

The parameters needed to define a MOSFET in LTspice are as follows:

Rg Gate ohmic resistance
Rd Drain ohmic resistance (this is NOT the RDSon, but the resistance of the bond wire)
Rs Source ohmic resistance.
Vto Zero-bias threshold voltage.
Kp – Transconductance coefficient
Lambda Change in drain current with Vds
Cgdmax Maximum gate to drain capacitance.
Cgdmin Minimum gate to drain capacitance.
Cgs Gate to source capacitance.
Cjo Parasitic diode capacitance.
Is Parasitic diode saturation current.
Rb Body diode resistance.

Rg, Rd and Rs are the resistances of the bond wires connecting the die to the package.

Vto is the turn on voltage of the MOSFET.

Kp is the transconductance of the MOSFET. This determines the drain current that flows for a given gate source voltage.

Lambda is the change in drain current with drain source voltage and is used with Kp to determine the RDSon.

Cross Mosfet

Cgdmax and Cgdmin are the minimum and maximum values of the gate drain capacitance and are normally graphed in the MOSFET datasheet as Crss. The capacitance of a capacitor is inversely proportional to the distance between its plates. When the MOSFET is turned on, distance between the gate and the conducting channel of the drain is equal to the thickness of the insulating gate oxide layer (which is small) so the gate drain capacitance is high. When the MOSFET is turned off, the gate drain region is large, making the gate drain capacitance low. This can be seen on the plot of Crss.

Cgs is the gate source capacitance. Although it changes slightly with gate source voltage, LTspice assumes it is constant.

Is is the parasitic body diode saturation current.

Rb is the series resistance of the body diode.

The Fairchild FDS6680A MOSFET is defined in LTspice by the line

.model FDS6680A VDMOS(Rg=3 Rd=5m Rs=1m Vto=2.2 Kp=63 Cgdmax=2n Cgdmin=1n Cgs=1.9n Cjo=1n Is=2.3p Rb=6m mfg=Fairchild Vds=30 Ron=15m Qg=27n)

Note: the characteristics Vds, Ron and Qg are actually ignored by LTspice. These are only added to aid the user to compare MOSFETs.

Therefore an example template MOSFET model is

.model XXXX VDMOS(Rg= Rd=5 Rs=1 Vto= Kp= Cgdmax= Cgdmin= Cgs= Cjo= Is= Rb= )

We are now going to construct a MOSFET model for the SUM75N06 and SUM110N04 low ON resistance MOSFETs from Vishay

The SUM75N06 has a moderately low ON resistance and a moderately low Qg, so is suitable as the top FET in a synchronous buck converter. The SUM110N04 has a high Qg but lower ON resistance, so is suitable as the bottom FET in a synchronous buck converter (see Buck Converter Design).

SUM75N06:

CharacteristicSourceValue
Rganother SPICE model1.5 Ohms
RdSPICE model0 Ohms
RsSPICE model25m Ohms
VtoDatasheet2V
KpDatasheet75 S
LambdaSPICE default value1
CgdmaxDatasheet Crss curve1200pF
CgdminDatasheet Crss curve150pF
CgsSPICE model2000pF
CjoSPICE model1200pF
IsSPICE model1pA
RbSPICE default value0 Ohms

The final SPICE model can be downloaded here: SUM75N06 LTspice model

SUM110N04:

CharacteristicSourceValue
Rganother SPICE model1.5 Ohms
RdSPICE model0 Ohms
RsSPICE model0.86m Ohms
VtoDatasheet1.85V
KpDatasheet180 S
LambdaSPICE default value1
CgdmaxDatasheet Crss curve3000pF
CgdminDatasheet Crss curve900pF
CgsSPICE model14.5nF
CjoSPICE model4.9nF
IsSPICE model33.4pA
RbSPICE default value0 Ohms

The final SPICE model can be downloaded here: SUM110N04 LTspice model

The SPICE models can then be testing using these test jigs:

To test the RDSON of the MOSFET import the model into the LTspice test circuit. Check the datasheet to see how the RDSOn has been tested. It will be characterised with a certain gate-source voltage and a certain drain current.

Mosfet Ciss Crss

Run the simulation. Drivers usb tv tuner. Probe the drain voltage. Probe the drain current. Edit the Drain current icon to read V(drain)/Id(M1). This changes one of the axes to read ON resistance. You may have to change the parameter Kp slightly to match the datasheet performance.

To test the switching time of the MOSFET import the model into the LTspice test circuit. Check the datasheet to see how the switching times have been tested. They will be characterised with a certain gate drive voltage, gate drive resistance and drain voltage and the response time will be characterised when the drain current ramps to a certain level.

Run the simulation. Probe the gate voltage. Probe the drain current. Zoom in on the rising edge of the gate/drain waveforms. Left click on the Drain current axis and rescale the axis to measure slightly over the current desired drain current. The timings can now be measured. Rise time is normally measured over 10% to 90% of the desired voltage swing. You may have to change the model capacitances slightly to meet datasheet performance.

Mosfet Capacitance

LTspice is a registered trademark of Linear Technology Corporation