- Joined
- May 9, 2011
- Messages
- 1,219
- Points
- 113
The output of that driver chip, and all others I've looked at, is a pair of MOSFETs; one source and one sink. Both are rated for several amps of current. The whole point of these drivers is to stand between microcontrollers or other low power control/logic and high power MOSFET or IGBT output devices. But if you only need a couple amps there's no point in adding in the extra power transistors.
The output pins of a microcontroller aren't capable of much current so they can't drive a power MOSFET at high frequency directly. As the frequency goes higher the current required to drive a MOSFET gate (a capacitor, as far as the driving circuitry is concerned) goes up. That's why you were seeing the sawtooth waveform. It takes a while for the charge to build up on the gate given the limited drive current from the microcontroller.
The output pins of a microcontroller aren't capable of much current so they can't drive a power MOSFET at high frequency directly. As the frequency goes higher the current required to drive a MOSFET gate (a capacitor, as far as the driving circuitry is concerned) goes up. That's why you were seeing the sawtooth waveform. It takes a while for the charge to build up on the gate given the limited drive current from the microcontroller.