5

I am designing a protection circuit for the ADC section of a design I am working on.

There will be 8 analog signals being read by a single pin of the MCU via an 8 channel multiplexer. The analog signals each go through a voltage divider such that the current to ground is about 1 mA before getting fed into the multiplexer. The multiplexer output feeds into an op amp configured as a voltage follower (buffer with gain 1) so that the leakage current on the ADC input clamping diodes doesn't affect the ADC reading.

The ADC is on-board my ARM MCU, which can tolerate voltages of -0.3 to 3.3 V.

I would like to add some sort of negative voltage and over voltage protection circuit before the multiplexer to protect both it and the op amp. I think the best candidate would be to use a set of clamping diodes on each signal going into the multiplexer. This would entail 16 individual diodes in total (2 for each ADC channel). Then each analog signal path would look like this:

schematic

simulate this circuit – Schematic created using CircuitLab

Ideally, this would allow for a wide range of AC or DC analog signal to be fed into the voltage divider (at left). My design spec would be for it to tolerate -230 to 600 V AC or DC analog signal.

Instead of soldering 16 discrete Schottky diodes onto my PCB, I was hoping to simply use a TVS diode array to do the job. I was thinking of using the PUSB2X4Y in this application. Since it has 4 clamping channels, I could simply use two of these to clamp the voltages on each of the 8 total analog channels in question.

The data sheet doesn't specify how much continuous current each diode can withstand, so I'm not sure if the part will work or not. Every TVS diode array that I have looked at on Digikey only lists the pulse current that each diode can withstand... not constant. Anyone know what ballpark figure to plan for on the constant current front? Is the common practice to not use TVS diode arrays and opt for a multitude of discrete Schottkys to get the job done?

The other thing that I'm not sure about is how to account for leakage current. Will the leakage current through D1 "cancel out" the leakage current through D2 in normal operation or will it end up affecting the voltage being fed into the multiplexer? Same question with D4 and D5, though I'm not worried about those leakage currents since I have the op-amp buffering that input.

macdonaldtomw
  • 1,420
  • 17
  • 32

1 Answers1

5

Better to use silicon diodes for D1 and D2 rather than schottkies, on leakage grounds. I know their Vf is larger, on paper probably exceeding the maximum mux input voltage, but their leakage will be orders of magnitude lower. Some silicon diodes are advertised as low leakage. However, there's little point in striving for a leakage lower than your mux will provide. Note that both diode and mux leakage currents tend to increase exponentially with temperature, sometimes a horrible looking data sheet figure for worst case at temperature will be OK if you will only be using your system at ambient.

Use a resistor between the diode clamp and the mux input to limit the current into the muxes protection diodes, once D1 or D2 are clamping.

Not all multiplexers are equal, some have robust input protection as they're designed for this type of use. Some specify their input protection didoes can tolerate a high current. Do a wide search and read the data sheets carefully.

Do not assume leakage currents will cancel. Leakage is an uncontrolled parameter.

Don't forget to use an adequate voltage rating for R3, your common or garden resistor is usually only good for 200v. Use several in series, or one rated for a much higher voltage, they're not too expensive. Spikes of 1500v are common on mains.

Something like PUSB2X4Y has pulse specifications in the amps. If it can take a microseconds pulse of 4.5A at typically 3.8v across it, then you can assume it will take 10s of mA all day, every day, without embarrassment.

In case you haven't spotted Matthew's comment below, here is what I think he was suggesting, in the left-hand diagram, back to back diodes across a buffer op-amp.

schematic

simulate this circuit – Schematic created using CircuitLab

Although the op-amp output could be thought of as more current-capable than the inputs, it still has substrate diodes and a maximum current specification, so is also in need of protection itself. Some amplifiers even have inputs specified to well outside the rail for input protection, but only 0.3v overvoltage and weedy current spec on the output pin.

Going on from that basic idea, my take on the principle is shown on the right. The diode string D3-6 provides voltage clamping to 'a little outside' the rails, R2 protects the diodes, R4 protects the amplifier input, R3 protects the amplifier output and bootstraps the voltage across diodes D4 and D5 so that their leakage to the input is minimal. With such bootstrapping, the diodes could be almost anything, even big rufty-tufty bomb-proof rectifiers.

The two diodes in series suggests that care is needed in layout if protection is to extend to fast pulses. Consider the SOT-23 BAV99, two series diodes in one package, to implement the pair D3,4 and the pair D5,6. They are specified continuous >100mA, typical 10mS pulse 800mA, which for any reasonable R2 sounds adequate. BAT754S is an alternative in schottky. Similar currents, but much lower clamping voltage.

You do not actually need an op-amp per channel if your multiplexer leakage is low enough. The circuit at the bottom shows the single buffer following the mux driving all of the input protection diodes. Note that the multiplexer leakage appears at the amplifier input, whereas using a per-channel buffer eliminates mux leakage.

The 'on' channel is receiving the correct bootstrap voltage. The 'off' channels will probably be getting the wrong voltage, and the 'inner' protection diodes may well conduct. This is not a measurement problem, as the channel we want is correct. It may, or may not, be a problem to what is driving those inputs, to have our nominally high impedance inputs yanked off to a different voltage. If we assume it's a very feeble current source (we are concerned about leakage, so we know it's not a low impedance source) with a large capacitance to ground, it may take a long time after selecting that input before the voltage has returned to its correct value.

Actual leakage measurements for diodes at 15C.   
diode    -2/-5v leakage   slope resistance over +/- 10mV
-----    --------------   ------------------------------
1N4148       4nA                 30Mohm    
BAT42       35nA                  1Mohm
BAS116     <10pA (30v)         >>20Gohm

The BAS116 conduction continued as 40pA 300mV, 45nA 450mV, 16uA 640mV. The BAS116 typ/max spec at 25C is 3pA/5nA, and 3n/80n at 150C.

That means, at that temperature, and making the assumptions of reverse leakage varying by a factor of 2 up and down, and 3mV voltage follower offset, you could assume the following leakage

diode     no bootstrap      bootstrapped
-----     ------------      ------------
1N4148        6nA               1pA
BAT54        50nA               3nA
BAS116      <10pA             <<10pA 

I made those measurements with a £8 meter with 10M input resistance and a 200mV range, so 10pA per LSB, not difficult (obviously can't tell the difference between 0 and 10pA!). I suggest you do the same with your chosen diodes and at higher temperatures.

Neil_UK
  • 158,152
  • 3
  • 173
  • 387
  • Thanks for the quick response. Know of any silicon diode arrays? Or am I looking at just implementing 16 discrete silicon diodes? – macdonaldtomw Nov 25 '16 at 20:35
  • I tend to use duals in SOT-23 like BAV99, they're small and cheap and contain two series connected diodes. – Neil_UK Nov 25 '16 at 20:44
  • If you really are worried about leakage, use a buffer on each analog signal and clamp it to that output with back to back diodes (which can then be schottky). In the normal range, no current flows through the diodes as there is only 1-10mV across them. It has worked well for me in the past. – Matthew Nov 25 '16 at 21:05
  • @Matthew what a very good idea, R2R input buffers are useful anyway. I've just bought some LMC6482 which aren't too expensive and have sqrt(f'all) input bias current (single digit pA at temperature, 10s of fA at ambient). If their output goes to R2R diodes to protect it from being yanked around, a pair of diodes to the input protects that with no leakage, Excellent. – Neil_UK Nov 25 '16 at 22:13
  • @Neil_UK That's exactly what I was suggesting. I like your extension of the basic idea. – Matthew Nov 26 '16 at 10:04
  • @Neil_UK Neil, thanks for elaborating on Matthew's idea, looks rockin! I'm not sure what you mean when you say "You do not actually need an op-amp per channel if your multiplexer leakage is low enough..... you can bootstrap feedback to all of your input protection diodes." I understand how the circuit you drew would work for each individual input, but not quite sure how to extend it to all inputs. Would I need 8 of the circuits you drew? I can see myself using an op amp and two diodes per channel as per Matthew's idea, but would be hesitant to throw in two extra resistors and diodes per. – macdonaldtomw Nov 27 '16 at 13:22
  • @macdonaldtomw Have you checked out MAX328? I put 'low leakage mux' into google. They suggest that with a half watt series input 40k resistor, it's protected to 120v mains continuous with no further components. Max input current 40mA, so will tolerate higher ESD. – Neil_UK Nov 29 '16 at 06:56
  • @Neil_UK Hey, now that looks pretty good! The only problem is that I need protection that will keep voltages clamped to between -0.3 and +5 volts, but that MUX needs a minimum of 10 volts between its clamping rails. – macdonaldtomw Nov 29 '16 at 18:12
  • Something like the NLAST4051 might work better: http://www.onsemi.com/pub_link/Collateral/NLAST4051-D.PDF – macdonaldtomw Nov 29 '16 at 18:27
  • Yes, it's not bad. It depends whether you want 100pA or 10pA max leakage current. In terms of RDSon for leakage, the NLAST scores better. Good find. – Neil_UK Nov 29 '16 at 18:49
  • My only concern with relying on the MUX itself for protection is that the datasheets don't indicate what kind of internal protection they have... it just references leakage current numbers. In theory I guess the internal protection is clamping diodes.... but who knows! At least the MAX328 says it is able to withstand 120VAC as long as a 40K resistor is added to the input – macdonaldtomw Nov 29 '16 at 18:59
  • No, the 328 specifically says that they have substrate diodes to the rails, that don't turn on with less than 0.3v over voltage, and can conduct 40mA (max328) or 50mA (4051). Read the apps info section for the 328 'the internal diodes limit ...', 'no external diodes need be added', 'continuous fault protection' or the 4051 abs max rating 'DC current on any pin 50mA'. – Neil_UK Nov 29 '16 at 19:24
  • Cool thanks for the update. I think I'm just going to use a high-impedence voltage divider circuit before the MUX and then rely on the MUX's internal clamping diodes for protection. – macdonaldtomw Dec 01 '16 at 20:46
  • @Matthew You might be interested in some low leakage diode measurements I made, results added to post. My go to supplier CPC only has them 'until stocks exhausted', so I don't know if they're going obsolete. – Neil_UK Dec 02 '16 at 10:09
  • @Matthew a recent post suggested an ada4530 femto-amp input amplifier as an example of a low-bias amp that's not in a DIL package. That bootstraps its input protection diodes. – Neil_UK Dec 21 '16 at 14:14