Logic level MOSFET (3.3v)

Thread Starter

daman

Joined Jun 14, 2012
15
Hi,

I'm trying to drive 4A load (@18V) from 3.3V MCU. There's not that many MOSFETs (N) that can do it but I found this one and it looks promising:
2SK4043LS http://media.digikey.com/pdf/Data Sheets/ON Semiconductor PDFs/2SK4043LS.pdf
Could somebody have a look ant tell me if it's suitable...?
I also found the following: CPH3442 (http://datasheet.octopart.com/CPH3442-TL-E-Sanyo-datasheet-7588503.pdf) and IRF7467 (http://www.irf.com/product-info/datasheets/data/irf7467.pdf) but none of the suppliers have CPH3442 and IRF7467 seems to be discontinued...
Anyway - any advice...? Also - assuming that 2SK4043LS is suitable - what's the best/safest way of driving it from the MCU pin...?

Thanks,
 

jpanhalt

Joined Jan 18, 2008
11,087
Looks OK, EXCEPT:
upload_2016-6-27_15-54-4.png
18V @4A can't be run DC. You are limited to about 100 ms on times for a single pulse. Don't know the duty cycle.

John
 

crutschow

Joined Mar 14, 2008
38,503
The 2SK4043LS will be fine as long as you are using it as a switch for the 18V, 4A load.
The safe-area chart limitation that John posted is only a problem if you simultaneously have both 18V and 4A at the transistor for more that 100ms.
For normally switching times, the maximum power dissipation occurs for less than a microsecond.
 

Papabravo

Joined Feb 24, 2006
22,082
Another parameter of interest is the Vgs(th) or threshold voltage. It must be much less than the logic supply voltage or you will fail to turn the MOSFET on completely. Doing this is the road to perdition. You must ensure that the MOSFET is completely on when Vgs ≈ 3.3VDC.

Last thing to understand is Qgs of 3.9 nC. This will slow down the switching speed, which means you will be spending time in the linear region and the device will get hot. Direct switching from the microcontroller can exacerbate this problem. Switching with a current source/sink is the usual solution.
 
Last edited:

crutschow

Joined Mar 14, 2008
38,503
Another parameter of interest is the Vgs(th) or threshold voltage. It must be much less than the logic supply voltage or you will fail to turn the MOSFET on completely. Doing this is the road to perdition. You must ensure that the MOSFET is completely on when Vgs ≈ 3.3VDC.
...........
Better than looking at Vgs(th) and trying to determine how low is low enough, is to look at the Vgs voltage used to characterize the ON resistance in the MOSFET data sheet, which was a Vgs of 4V and 2.5v for the 2SK4043LS.

upload_2016-6-27_13-59-22.png
 

Papabravo

Joined Feb 24, 2006
22,082
Better than looking at Vgs(th) and trying to determine how low is low enough, is to look at the Vgs voltage used to characterize the ON resistance in the MOSFET data sheet, which was a Vgs of 4V and 2.5v for the 2SK4043LS.
A good quantitative alternative to using Vgs(th)
 

Thread Starter

daman

Joined Jun 14, 2012
15
Thanks! I'll try that 2SK4043LS...
@MaxHeadRoom: can you list one or two of IRL series hat could possibly do it? I've been looking at them and couldn't really find anything...
 
Top