Saturday 13 December 2014

MOSFET protection using zener diode


I have a question about this circuit, using Zener diode as a protection for mosfet. I've found some related topics but didn't found any circuit which uses the same configuration.Schematic


Can anyone suggest me that, Is this the correct approach?


The gate voltage is +10V maximum, 0V minimum and VPP1 and VNN1 are +100V and -100V respectively.

Zener voltage for the diode is 15V.



Answer



Let's look at just Q2.


When you first power the device, OUTB will either be 0V or 10V, let's say 0V. VNN1 will be -100V. This will make the gate 100V with respect to the source. Most MOSFETs won't be able to handle that and will burn out (or blow up), or they would if it weren't for the Zener. The Zener will effectively clamp Vgs at 15V, which the MOSFET WILL be able to handle. Once the capacitor C35 is charged everything will reach steady state, the MOSFET will see a Vgs of 0V and everything will work normally.


The Zener also acts as a regular diode, clamping Vgs at -0.7V or thereabouts, instead of allowing it to reach -10V; as it would do if OUTB stayed on for a long time, then was switched off.


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...