Sunday, 25 May 2014

circuit protection - How can I protect my MOSFET?


I'm using this depletion-mode MOSFET in a high-voltage power-management circuit. My 500V DC supply isn't high grade, and now that I've blown two of these MOSFETs (gate shorts to drain) I'm wondering if I can put any components on either side to protect it? I was getting weird results with the first one before realizing it was blown. I might have blown the second one (not sure at which point in my testing it failed) simply by turning the high-voltage supply on with it wired like this:



schematic


simulate this circuit – Schematic created using CircuitLab


For protection purposes: If it simplifies things I never want to see more than 200mA through the circuit. If no better ideas I guess I could put a fast-blow fuse in front of V+? But I'm not sure if that's the only thing that can blow this MOSFET. E.g., I'm beginning to wonder if having no load on the drain can cause problems.



Answer



This datasheet provides detailed recommendations on employing TVS diodes to protect both the more sensitive gate and the entire MOSFET against transients, by connecting the diodes like this:


MOSFET Protection circuit


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...