Electronic – What are the failure mechanisms in an integrated circuit

failureintegrated-circuitprotection

Context

I've always tried to design my circuits for chips to be well within their absolute maximum ratings. However understanding the failure mechanisms is vital to be able to debug a chip when something does go wrong (usually I end up trying with another chip which costs time).

Question

Hence my question: what are the most common failure mechanisms due to incorrect use (i.e. input/output voltages and currents) of integrated circuits? Details and diagrams are a big plus for this complex question, the ideal answer would link most common families of inputs/outputs (CMOS etc.) and bad uses (reverse voltage, overcurrent…) to failure effects.

Example

This is a general question, but what triggered it is that in order to protect against negative input voltages of an asymmetrically powered device it seems that current limiting resistors are enough (I had parallel schottkies before). Does that mean there is no such thing like voltage failure, every failure is current-related (to some extent)? How exactly?

Best Answer

Two immediate modes of failure are over-voltage and over-current.

  1. If you have a high impedance input like a gate to a mosfet, then high voltage (even at very low current) will cause a puncture in the capacitive gate of the mosfet as the electrons have enough energy to cause the dielectric to breakdown. Once this occurs, the resistance of the input drops to near nothing and a later low-voltage high-current will further heat up and destroy the mosfet. This mode of failure is why there is ESD protection on many chips.
  2. Over-current causes over heating of the device. Once temperatures get high enough to start changing the structure and/or burning of the internal semiconductors, it will start acting funny, working less efficiently, or completely failing as an open or short.

It's possible that you could think of reverse voltage as another failure mechanism, but generally that still falls under one of the other two categories, it's just different to think about. For instance, if someone reverses a power supply on a circuit with a diode in it, they may expect no current through the diode and instead get an over-current condition because the diode would now be forward biased.

Note that capacitors, resistors and inductors (and any other circuit element) are likely to be damaged in similar ways as transistor ICs, i.e. over-current and/or over-voltage.

Other failure modes of electronics in general may be found here: http://en.wikipedia.org/wiki/Failure_modes_of_electronics