1 Attachment(s)
Self Destroying Mosfet with PIC
Just that, i am using a IRF530 with a circuit as boost converter. Seems to work fine But
from time to time i receive complains and the MOSFET is destroyed.
How do you interface MOSFET to PIC to avoid destruction?
I am posting my circuit, in case there is any flaw on it.
Thanks FOr all your POSTs
<img src="http://www.picbasic.co.uk/forum/attachment.php?attachmentid=2114;stc=1&d=11938 56902" width="400" height="350" />
Self Destroying Mosfet with PIC
Hi Josuetas
When I use MOSFET'S in 5 Volt Design I tend to use Logic Level types (i.e. IRL530) to ensure clean switching. As previously mentioned a series gate resistor of about 100R would probably help.
Pete
Finally a place where I can help
I've built many boost supply circuits. Here are the main areas of failure I have found:
P1. Inadequate gate voltage for non logic level FET.
S1. Use a fet driver. This might seem like overkill but it will solve other probles too.
P2. Inadeqate current available on pic pin driving gate. This could be caused by your PIC power supply regulator. It might only happen when at some time you are overloading the PIC power supply by turning on some LED's or somthing that uses a lot of power from this source.
S2. Again a fet drive chip will solve this problem. With a FET driver chip you can use your 12V power source which is likely to be a lower imedance source to drive the gate.
P3. As before mentioned you may be generating voltages from Drain to Source that exceed ratings.
S3. High speed snubber diodes can help in low current cases like yours, however I've found RC snubbers in parrallel with diode snubbers to be a superior solution. You can google rc snubbers for many solutions.
P4. Sudden load removal can be devastating to a boost circuit.
S4. You can add some type of fail safe feed back. The easiest way to do this is a comparator circuit that pulls the HPWM line low when the boost output voltage exceeds a set limit.
Notes:
a low value resistor (10 ohms or so) between a FET driver chip and the gate is needed for large gate capacitance FETs.
An SOIC for boost circuits can be used for this circuit too.
Microchip has some easy to use fet drivers and even a handy spread sheet calculator.