I would like to switch some N-channel MOSFETs (must have low RDS, <60mOhm) by the outputs of BCD decoder, like MC14028B for example. I was really surprised to find out that most BCD decoders have large supply voltage range (typically 2~20V) but very low output current (typically 0.5mA @ 5V). I am not sure I can directly drive FET gates with this, since FETs with low RDS(on) usually have high gate capacitance, >300pF is common.
Here is the desired set-up: MCU (3.3V) -> translating GPIO expander (3.3V -> 5V) -> BCD decoder (5V) -> MOSFETs (VGSth < 3V)
If I have to add some kind of a buffer I'd rather do it on 4 lines before the decoder than on 10 lines after. Maybe shifting gate voltage up where BCD decoder has better output drive (3.4mA @ 15V) can help:
MCU (3.3V) -> GPIO expander (3.3V) -> Level shifter (3.3V -> 15V) -> BCD decoder (15V) -> MOSFETs (VGSth < 10V)
There are many possible combinations and I am trying to find the simplest (less components, smaller footprint). Any suggestions?