Hi!
I have a circuit where I use an NPN controlled by a teensy 3.1, that pulls the gate of a P-channel mosfet from 26V to Gnd.
I'm a little confused about Vgss, and I've searched the forums already for this specific question.
I'm not switching quickly (once on, once off.)
The NPN deals with making this 'logic level' and also so that my teensy doesn't see 26V (I hope!)
But I have been looking for P-channel mosfets, and the maxinum the seem to tolerate for Gate-to-source voltage difference is 20ish volts. So I worried I am over-overdriving my mosfet.
Is there a solution to this?
Do I keep searching, and find a mosfet with a higher Vgss tolerance? Or do I use a resistor ladder to reduce the Vgss applied [at the cost of majorly slowing down the ON-switch, or causing a lot of current waste through the ladder. The slow-on in this application is tolerable, and I can avoid applying much load while it turns on.]
For reference I'm attaching an image:
Thanks!
I've never used a P-channel, only logic-level N-channels. Perhaps I should just use a logic-level P-channel, but with a driving voltage of 3v3 on the teensy, I don't have great options. I understand if I had a logic-level p-channel i could just pull-down with the pin, and have a weak pull-up to my MCU Vcc for this application.