hi,
What level of Vgs are you you considering.?
E[/QUOTE
i am considering a 3 volt VGS
Usually a small MOSFET gate resistor is used to damp any parasitic oscillation due to the tank circuit formed by stray circuit inductances and the gate capacitance.The purpose of the resistor is to LIMIT the current into and out of the gate.
Yes according to datasheet it should work i am using A09t Mosfet.The datasheet is attachedhi,
I would suggest a 100R thru 1k Gate input resistor, what is the application.?
Also is your N MOSFET capable of working with a 3Vgs voltage.?
E
What MosFET are you using, so we can evaluate it's specifications?Hello Everyone.Can we set the VGS for turning on Mosfet without using a resistor on Gate.Does the gate of the Mosfet will damage if we apply VGS directly without any resistor?
Connecting a low impedance voltage source to the gate was my idea of a non-normal condition.Usually a small MOSFET gate resistor is used to damp any parasitic oscillation due to the tank circuit formed by stray circuit inductances and the gate capacitance.
Don't think there's any normal conditions where the gate current needs to be limited.
Gets a little "sticky" here driving a MOSFET directly on a GPIO pin.What is driving the gate? I never use a resistor when driving it from a micro, there is sufficient resistance in the output driver in the chip.
Bob
@danadakGets a little "sticky" here driving a MOSFET directly on a GPIO pin.
Problem is GPIO is looking into a short, important case switching MOSFET off.
So it has an internal Rdson, also if speced well a limit on pin current. Dumping
charge into the substrate is a tried and true method of causing micro to do crazy
things because where that charge goes not well defined. We probably get away
with it because, as you say, the output N Channel has a finite Rdson so limits current.
But to what level of current ? And this also causes transient V rises on isolated
Vss routes so logic noise margin affected in that area.
So I use an R, even though it slows down switching, because I think it is an "art"
solution to not well speced GPIO behavior. A seat of the pants duct tape fix for
lack of inadequate specs.
Regards, Dana.
Thanks i got it .Thanks for your time
Thanks for your timeUsually a small MOSFET gate resistor is used to damp any parasitic oscillation due to the tank circuit formed by stray circuit inductances and the gate capacitance.
Don't think there's any normal conditions where the gate current needs to be limited.
Thanks for ur time@danadak
I have many times directly driven MOSFETs from PIC microcontroller I/O pins. Each PIC output pin has a defined current carrying capacity and you cannot increase pin current beyond that limit except by (a) exceeding the PIC supply voltage or (b) driving the pin negative with respect to the PIC ground--the current is limited by the MOSFETs internal to the PIC. There is no prohibition against momentary or even continuous pin currents of that limit value. One has to assume that Microchip Technology has designed their chips such that I/O currents are safely handled without disruption of other functions. Many PICs have separate analog and digital grounds to ensure sensitive functions such as ADCs are not corrupted by digital ground currents. To the PIC, driving a MOSFET is no different than driving a capacitor or LED. I must assume that all commercial microcontrollers have similar specs (even if you must find them in a document separate from the specific device datasheet). All that said, causing all I/O pins of a device to simultaneously drive capacitors may with some micros indeed cause a problem.
I too have driven directly MOSFET gates. As a production engineer back in the day I saw chip layouts that@danadak
I have many times directly driven MOSFETs from PIC microcontroller I/O pins. Each PIC output pin has a defined current carrying capacity and you cannot increase pin current beyond that limit except by (a) exceeding the PIC supply voltage or (b) driving the pin negative with respect to the PIC ground--the current is limited by the MOSFETs internal to the PIC. There is no prohibition against momentary or even continuous pin currents of that limit value. One has to assume that Microchip Technology has designed their chips such that I/O currents are safely handled without disruption of other functions. Many PICs have separate analog and digital grounds to ensure sensitive functions such as ADCs are not corrupted by digital ground currents. To the PIC, driving a MOSFET is no different than driving a capacitor or LED. I must assume that all commercial microcontrollers have similar specs (even if you must find them in a document separate from the specific device datasheet). All that said, causing all I/O pins of a device to simultaneously drive capacitors may with some micros indeed cause a problem.