Other Parts Discussed in Thread: LM3414, ALLIGATOR
So I've made several posts regarding the LM3414HV chip on this forum...have blown up quite a few of them, too! Putting a 100uF, 100v electrolytic capacitor in parallel with the 2.2uF MLCC on the power input solved the problem of instant chip failure upon on power-up due to voltage transients. Unfortunately, I'm stymied again...
To reiterate, I have a small PIC10Fxxx running off of the 5.4v (pin 1) regulator output on the LM3414HV, providing a 2-second linear time-based dimming control. The PIC uses a resistor bridge to the 55vDC input line (100K/10K) to determine when the light switch has been turned off. The problem here becomes the large 100uF filter capacitor (required to prevent LM3414HV failure on power-on due to voltage transients): if the light is on a low setting, it can take a second longer for the 100uF capacitor to discharge, making the light brilliance quite difficult to control. So for a solution, I tried putting a 1N4003 diode BEFORE the 100uF filter capacitor (which is still directly connected to the 2.2uF MLCC and LM3414HV), with the PIC resistor bridge on the input side of the diode (see diagram below). In theory, this would allow the LM3414HV to run the light off the 100uF capacitor like usual, while the PIC could see instantly that the light switch was flipped off.
That was the plan. Well, after making that change, I flipped the switch on. The light came on like normal for half a second...and then the LM3414HV blew out, shorting LX to VSS (verified with my multimeter--it registers 4 ohms). My 44v LED string sure got bright, but fortunately this did not damage it.
So I tried again. After painstakingly desoldering the blown chip, I replaced it with my last LM3414HV. To test it, I removed the 1N4003 diode from the circuit, and got the controller working perfectly (600mA through the LED string @ 44vDC, PIC10Fxxx dimmer working as before, plus multiple on-off cycles to test it). Feeling pretty good, I put the 1N4003 diode back between my LED driver board and the line from the light switch. Flipped the light switch on...it lit up, then half a second later, the new LM3414HV blew out, shorting LX to VSS.
What in the world is going on? I cannot seem to figure out how adding a diode in series with the positive input line (dropping 0.6v at that) causes the LM3414HV to fail. (It's happened twice with 100% reproducibility--and for any further tests, I will need to purchase some more LM3414HV chips.) The circuit otherwise works fine, as I have had five identical copies of this circuit running LED lights from 55vDC for well over a year with zero problems (other than it being difficult to dim them.)
WORKS:
+ power in & PIC power sense -------------------------> 100uF electrolytic ----> 2.2uF MLCC ---> LM3414HV
- power in --------------/\----------------------------------------------------/\------------------------/\--------------------/\
BLOWS UP 0.5 SECONDS LATER:
+ power in & PIC power sense ----> 1N4003 -----> 100uF electrolytic ----> 2.2uF MLCC ---> LM3414HV
- power in --------------/\----------------------------------------------------/\------------------------/\--------------------/\
(should be able to provide a full schematic tomorrow if necessary)