Rdson Mosfet



LTspice Tutorial: Part 6

It may be that a source/substrate connection is so advantageous to process geometry that a back-to-back pair with a given RDSon and current-handling capability can be made cheaper than could a single isolated-base MOSFET, in which case it wouldn't actually be wasteful, but I don't know if that's the case. $ endgroup $ – supercat Jan 16 '14.

Creating LTspice® MOSFET models

Rdson Mosfet

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.

  • 作为领先的mosfet分立器件设计与供应商,新洁能致力于推广性能卓越、质量稳定并且极具价格竞争力的全系列mosfet产品。 我们为电路设计师们提供全面的产品选择,击穿电压覆盖-200V至300V,配合最先进的封装技术,为您提供100mA至400A的电流选择范围。.
  • The highly integrated PROFET™ family (PROtected FET) incorporates a broad range of smart features like diagnose and protection. PROFET™ intelligent power high side switches consist of a DMOS power transistor and CMOS logic circuitry for complete built-in protection.
  • The ADuM4121/ADuM4121-1 are 2 A isolated, single-channel drivers that employ Analog Devices, Inc.’s iCoupler® technology to provide precision isolation. The ADuM4121/ADuM4121-1 provide 5 kV rms isolation in the wide-body, 8-lead SOIC package.

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.

Edson Mosfet Manual

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.

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

Mosfet Rdson Vs Temperature

.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= )

Rdson Mosfet Equation

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 rdson current sensing

Run the simulation. 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.

LTspice is a registered trademark of Linear Technology Corporation