The Designer's Guide Community Forum
https://designers-guide.org/forum/YaBB.pl
Design >> Analog Design >> ESD Protection 5V input with internal circuit running at Vdd=3.3V
https://designers-guide.org/forum/YaBB.pl?num=1324033758

Message started by cktdesigner on Dec 16th, 2011, 3:09am

Title: ESD Protection 5V input with internal circuit running at Vdd=3.3V
Post by cktdesigner on Dec 16th, 2011, 3:09am

Hi,

The system runs at +3.3V.

However the input may +3.3V digitial signal or it may also be +5V signal.

That is the system should tolerate +5V inputs.

I need to implement ESD protection for such a scenario.

Can someone please suggest a solution? or direct me to any papers or links?

Thanks.

Title: Re: ESD Protection 5V input with internal circuit running at Vdd=3.3V
Post by loose-electron on Dec 18th, 2011, 2:17pm

you got the start of your design in your picture, you need something to clamp the positive power rail down as well

remember ESD events often happen when the chip is not mounted in a PCB.

You can also add series resistance in line to help. Depends on BW required needed in the pin.

Title: Re: ESD Protection 5V input with internal circuit running at Vdd=3.3V
Post by RobG on Dec 18th, 2011, 5:39pm

Since your input is greater than the power supply you can't have that diode to 3.3V unless...
1) you put a series resistance before the ESD to limit the current (probably not desirable since you will be injecting current into the substrate every time the vdd diode turns on).
2) you use a voltage divider before the ESD to attenuate the input to 3.3V max. This is probably the easiest if you can tolerate a resistive input. You could then AC couple to an inverter biased mid-rail that will gain the signal back up to rail-to-rail levels when the input is 3.3V.
3) you put a resistor from input to a virtual ground. This would look like an inverting opamp circuit, except you would have a really simple opamp. Again, this would require that the input drive a resistive load.

Otherwise you will have to use some snapback device or an AC coupled clamp or devices based on a vbe multiplier, etc. Sorry, I let someone else do the esd and I can't find any schematics on the web to illustrate what I'm talking about!

Title: Re: ESD Protection 5V input with internal circuit running at Vdd=3.3V
Post by Lex on Dec 19th, 2011, 2:27am

I'd go for the resistive divider, but if your ESD spec are very relaxed/noncritical you can go for diodes in series. There are a lot of uncertainties of the actual behavior of such a structure in an ESD event, though...

Title: Re: ESD Protection 5V input with internal circuit running at Vdd=3.3V
Post by Dan Clement on Dec 19th, 2011, 7:46pm

Analog or digital input?  How fast?

Digital is easy.  You just put a five volt nmos transistor drain on the pad with the gate tied to the 3.3V rail.  Use a resistor to ground on the source. Connect a buffer from the source as your input stage  Watch out for iddq current though because the input buffer won't go to the rail.

Analog you should do the resistive divider as suggested.

Putting diodes in series or large resistors in series are not good solutions for esd  You will need some kind 5V SCR or similar Snapback structure.

Title: Re: ESD Protection 5V input with internal circuit running at Vdd=3.3V
Post by Lex on Dec 20th, 2011, 11:43pm


Dan Clement wrote on Dec 19th, 2011, 7:46pm:
Analog or digital input?  How fast?

Digital is easy.  You just put a five volt nmos transistor drain on the pad with the gate tied to the 3.3V rail.  Use a resistor to ground on the source. Connect a buffer from the source as your input stage  Watch out for iddq current though because the input buffer won't go to the rail.

Analog you should do the resistive divider as suggested.

Putting diodes in series or large resistors in series are not good solutions for esd  You will need some kind 5V SCR or similar Snapback structure.


What would you do when you don't have 5V devices at your disposal?

Title: Re: ESD Protection 5V input with internal circuit running at Vdd=3.3V
Post by Dan Clement on Dec 21st, 2011, 5:58am

For the digital input device can't you still do the same type of source follower trick with a 3.3V device?  The gate is tied to 3.3V so the source is limited to 3.3-Vt.  The drain max is 5V so the max drain to source will be 5-3.3-Vt.

For the protection structure:

A typical structure will be a cascode stack of two 3.3V nmos transistors drawn to esd rules.  Of course I am assuming you have 3.3V oxide...

Often the gates are biased during esd by zeners, capacitors, or some combination.  Try a google search for 5V tolerant ZCGNMOS and see what comes up.

These 5V tolerant structures are tricky to get right and often require a couple spins of silicon to get working. The primary issue is the turn on speed and resulting voltage overshoot.




Title: Re: ESD Protection 5V input with internal circuit running at Vdd=3.3V
Post by RobG on Dec 21st, 2011, 7:05am


Dan Clement wrote on Dec 19th, 2011, 7:46pm:
Analog you should do the resistive divider as suggested.

Putting diodes in series or large resistors in series are not good solutions for esd  You will need some kind 5V SCR or similar Snapback structure.

Glad you jumped in Dan. Is there any reason not to do the divider for digital? You could put a small cap across the series resistance to speed it up (assuming an ESD event wouldn't blow the cap). All the other solutions proposed in this thread require the input source to provide current and the divider seems like the simplest.

We had a customer once that insisted on over-driving a 3.3V part with a 5V signal. He got away with it by putting a resistor in series with the pin to limit the current below the latch-up value. I don't remember any issues with it (other than the noise created by the substrate current). It seems like the series resistance would actually make the part bullet-proof for ESD. Am I wrong there?

Title: Re: ESD Protection 5V input with internal circuit running at Vdd=3.3V
Post by loose-electron on Dec 21st, 2011, 10:29am

A lot of 1.8V and below ESD uses a cascade of
ESD structures with resistors in between.

All of a sudden that 0.6Vpn starts to look a bit too big.

For this --
Level shifting the 5V signal down using resistive voltage division
is a common thing that gets used.

Simple and functional, no gate oxides to protect until you
are under the lower voltage rail.

Added bonus, NWell resistors looking like a diode to substrate
in the negative ESD events.

Unless we are talking really fast transisents, the LPF due to the
resistance usually is not a problem.

Snapback devices are generally not documented in foundry
provided model sets, so it depends on your relationship with the foundry.


Title: Re: ESD Protection 5V input with internal circuit running at Vdd=3.3V
Post by loose-electron on Dec 21st, 2011, 10:36am

Rob - No capacitors if possible near an ESD event.
That resistor will see 1-5 amps of current briefly
and unless its really small in value, you will fry the oxide
of a speed up capacitor.

Title: Re: ESD Protection 5V input with internal circuit running at Vdd=3.3V
Post by Dan Clement on Dec 21st, 2011, 8:53pm

I work at the foundry so I take the snapback for granted :).

I mostly have experience for older technos so it's interesting to hear about protection schemes in newer ones.

Our caps usually have a thicker oxide and breakdown above the esd clamps...

One thing is for sure:  it's always better to make things as simple as possible!

Good luck.

Title: Re: ESD Protection 5V input with internal circuit running at Vdd=3.3V
Post by loose-electron on Dec 22nd, 2011, 4:08am


Dan Clement wrote on Dec 21st, 2011, 8:53pm:
I work at the foundry so I take the snapback for granted :).


thus you can build a more area efficient clamp structure, but most don't have the information on the breakdown characteristics, and are limited to "inside the bias box" tools.

The Designer's Guide Community Forum » Powered by YaBB 2.2.2!
YaBB © 2000-2008. All Rights Reserved.