sinara-hw / Zotino

ARTIQ - compatible 32 channel DAC card in EEM standard
10 stars 1 forks source link

LDO reverse voltage diode #6

Closed hartytp closed 6 years ago

hartytp commented 6 years ago

@gkasprow On one of my boards, I measure +0.7V on the N12V0 rail.

Looking again at the schematic, it seems that D11 and D12, which are supposed to prevent the LDOs from being reverse biased during turn on/off are Zener diodes. However, the DAC data sheet specifies an absolute maximum voltage on the N12V0 rail of +0.3V, so we're exceeding this and could easily destroy the DAC like that.

I have a feeling that this explains our mysterious DAC deaths, but I can't test that until the DAC goes back into stock somewhere...

Let's use SK24

hartytp commented 6 years ago

NB all other Sinara boards should be checked for this issue.

dnadlinger commented 6 years ago

You mean D10 and D11 in v1.2rc1, right? Good catch – we should probably be using something like the DB2S20500L (obviously part choice depends on how much current can be sourced).

hartytp commented 6 years ago

@klickverbot right. Those look pretty good, but really anything chosen for low forwards voltage at a hundred mA or so. Ideally, we'd want something that can take the entire output of the LDO, so either parallel a few diodes, or find one with a low forward voltage and a higher max current.

hartytp commented 6 years ago

@klickverbot do you have any of those in stock that I can nab?

gkasprow commented 6 years ago

@hartytp This makes sense. In our case the part that may cause damage is AFE which consumes power between V+ and V- unlike the DAC itself. And the AFE current can bias the DAC in wrong way when one of rails wakes up a bit earlier. That's why I did not manage to kill the devkit because there was no AFE that draws the current. Any schottky diode with low Vf would work, even SS16 - they have similar characteristics as one posted above. The AFE-generated current can simply trigger latchup mechanism and negative supply current does damage.

The only fact that does not fit to this theory is that the prototype had independent regulators. But since the LDOs are mainly based on MOSFETs, they heve reverse diodes which managed to close the loop from the AFE rail to the DAC rail.

hartytp commented 6 years ago

The only fact that does not fit to this theory is that the prototype had independent regulators. But since the LDOs are mainly based on MOSFETs, they heve reverse diodes which managed to close the loop from the AFE rail to the DAC rail.

Yes, that's something that had concerned me too! Your theory is as plausible as any explanation I'd come up with.

DigiKey now have some spare DACs, so I've ordered a couple. When they arrive I'll hook Zotino up to a PC controlled 12V supply using a VHDCI carrier and power cycle it a thousand times or so. First with the diode and then without. That should test the theory!

hartytp commented 6 years ago

@klickverbot I ordered some SS14, which seem like a good choice for this.

gkasprow commented 6 years ago

I installed 6V8 Zener diode in parallel with negative LDO on 4 boards + 2x SK26 on top of TVS diodes. It works, no excessive current is drawn.

hartytp commented 6 years ago

Even if the main problem is the DAC EP connection to ground, let's still add the Schottky diodes. Zener diodes shouldn't be necessary

gkasprow commented 6 years ago

Fully agree.