18

I know there is an intrinsic body diode inside all the MOSFETs, but I'm confused about the reason why it's there. I've searched the articles but can't find a good explanation for it. Can anyone use the "normal" NMOS structure (when I say normal, I mean the standard structure, two n+ doped are source and drain, and the gate is in the center to create the N channel, not the U-type or something else.....) and show where the body diode is? Thanks a lot!

Adam Haun
  • 21,331
  • 4
  • 50
  • 91
Nobody
  • 591
  • 1
  • 9
  • 20
  • 1
    It’s there to protect applications using half bridges so the low side BEMF inductive turnoff (+ spike) conducts thru the high side diode to Vdd. – Tony Stewart EE75 Aug 05 '18 at 03:23
  • 8
    @TonyEErocketscientist You make it sound like the diode structure was added **intentionally**. The diode is actually inherent in the construction of a common MOSFETs because we use junction isolation to isolate the source and drain from the body and from each other. On **3-terminal** MOSFETs the body needs to be tied to the source to prevent the body voltage from altering the threshold voltage. MOSFETs built using silicon on insulator (SOI) technology do not have a body diode. – Elliot Alderson Aug 05 '18 at 19:53
  • Those certainly need external protection. The body diodes are not all the same and may be enhanced by doping options to either improve capacitance, avalanche or zener behavior. – Tony Stewart EE75 Aug 05 '18 at 20:33

3 Answers3

29

The intrinsic body diode is the p-n junction between the body and the drain. In a discrete (standalone) MOSFET, the source and body are usually tied together for convenience to make a three-pin package. This means there's a diode between the source and drain:

Body diode

If the source voltage is always lower than the drain voltage, the diode stays off, and everything works as expected. This means you can't (easily) use a MOSFET for switching a bidirectional signal. Discrete MOSFETs are almost always used for low-side switching, so this limitation isn't a big deal in practice.

You can see that the source and body are tied together in the standard schematic symbols for three-terminal MOSFETs.

MOSFET schematic symbols

Adam Haun
  • 21,331
  • 4
  • 50
  • 91
  • Hi Adam, I’m a little confused with your answer and the first one. In Los’s answer, the diode you drew wasn’t a body diode, as mentioned in his answer. Do you have any thought about this? Thanks! – Nobody Aug 05 '18 at 08:18
  • 1
    I think Los is mistaken. The diode he shows in the vertical MOSFET structure is the same diode found in a planar MOSFET -- the p-n junction between the body and the drain, with the body and source tied together. He may be thinking of integrated circuits, where the bodies/substrates of the MOSFETs are all tied to ground instead of to the sources. – Adam Haun Aug 05 '18 at 22:43
  • 1
    For monolithic circuits, having the same substrate for all the transistors is more convenient than having a common source or common drain would be. Most individual MOSFETs, however, are constructed as many small MOSFETS wired in parallel with a common drain, and they're constructed with the sources on one side and the drain in the other. – supercat Aug 06 '18 at 00:06
13

There are two main ways of constructing mosfets:

The first is this more planar method where existing silicon is doped and the gate oxide is grown (image from wikipedia):

https://en.wikipedia.org/wiki/MOSFET

This is a very easy structure to make and forms the backbone of most digital logic inside integrated circuits today. As you noted, there is nothing that looks like a diode here and in fact: There isn't one on each mosfet. (There is usually something of a diode between the substrate and the drains of the MOSFETs on the wafer due to how CMOS is created with both N and P channel MOSFETs on a single die, but I wouldn't refer to that as the "body diode" of a single mosfet.)

So, no body diode. Why do we see body diodes talked about so much then? It is because discrete mosfets are usually constructed with the following structure (image from wikipedia):

https://en.wikipedia.org/wiki/Power_MOSFET

There are several attractive advantages of this type of MOSFET structure:

  • The source-drain channel area has a large surface area, but also isn't very thick in the direction the electrons flow. Far higher currents can be supported with minimal resistive losses. You can easily get effective drain-source resistances of less than an ohm with this structure.
  • It is very easy to parallelize this type of mosfet in silicon. One popular brand, known as the "HexFet" has each one of these cells built as a hexagon and they are tiled across the silicon die inside the power package.

There are some downsides, however:

  • A comparatively high gate capacitance. You'll have a hard time getting GHz switching speeds with this structure.
  • It isn't very conducive to fabrication in an integrated circuit using traditional techniques. It is more common nowadays to see these included in ICs like integrated load switches or switching regulators, but in the past it was difficult. For higher current applications, you still have to use a separate MOSFET component.
  • That pesky P-N junction between the source and drain, known as the "body diode". It's usually quite a bad diode as well, with a reasonably high voltage drop (0.8V-1.5V). The presence of this diode is just a side effect of the design. If you want high current, you'll get a body diode just because of how things have to be built.

The body diode does come in handy when using this type of mosfet for power applications with inductive loads (since the reverse spike can just flow backwards over the MOSFET), but if you are explicitly using it for that application people will often just stick a schottky across the mosfet as well since the backwards pulse across the mosfet's not-that-great body diode can cause unwanted heating (high voltage drop = more dissipated power).

Los Frijoles
  • 2,202
  • 12
  • 21
  • 1
    @ Los Frijoles Superb anwer, sir. – analogsystemsrf Aug 05 '18 at 04:04
  • Hi Los, I’m confused about the answer you provided and the answer provided by Adam below. Looks like he’s referring to this body diode as a result of connecting the body with the source pin, which means that there is body diode in the first structure you posted. – Nobody Aug 05 '18 at 08:21
  • 1
    -1, of course there is a diode in the first structure, from the source p+ tap, through p sub, to n+ drain tap. – Vladimir Cravero Aug 05 '18 at 11:15
  • 1
    -1 Planar MOSFETs **do** have a diode structure, from the body to both source and drain. You happen to have shown one where the source and body are connected together with metal. – Elliot Alderson Aug 05 '18 at 13:09
  • +1 1+year on. This is a good answer, marred somewhat by the 2 downvotes from knowledgeable people who disagree (it seems to me) more on on terminology than to the nature and extent of the issue in the case of planar logic construction. I suggest it may be worth looking at their comments and slightly editing the answer - probably in the direction of finding a slightly more detailed middle ground in the areas concerned. || ... – Russell McMahon Nov 22 '19 at 00:01
  • I note the near universal existence of 'protection diodes" also commonly referred to as body diodes in modern ICs which conduct in manners which can cause problems when Vpin approaches Vrail (high or low). This is real enough and diode enough (and body enough :-) to not be easily ignored or dismissed in explanations. Which seems in part the objection of the two gentlemen concerned. – Russell McMahon Nov 22 '19 at 00:01
7

The body diode is between the substrate (bulk/back of the chip) and the drain/source/channel as a whole. For the FET to function correctly, it must be non-conducting. This is usually achieved by connecting it with the source contact.

Not connecting the bulk isn't an option because the characteristics of the channel become unreliable then. Some FET have the bulk on a separate pin so you may connect a voltage source between it and the source to control the characteristics of the channel.

Janka
  • 13,636
  • 1
  • 19
  • 33