I'm working on a Class D audio amplifier project and I accidentally ordered the IR2110 instead of the IR2113, which was used in the original schematic.
I know both are high and low side MOSFET drivers, but I read that the IR2113 has built-in dead-time protection, while the IR2110 does not.
Can I safely use the IR2110 in place of the IR2113 for my Class D amplifier?
Here is the schematic I’m using
Any help, suggestions would be greatly appreciated!
Mod edit:
The following is obviously AI generated, use with care and note @jim-p 's comment.
You're absolutely right in noting the key difference between the IR2110 and IR2113—while both are high- and low-side MOSFET drivers and share similar pinouts and electrical characteristics, the IR2113 includes built-in dead-time circuitry, whereas the IR2110 does not. This dead-time is critical in Class D amplifier designs to prevent shoot-through, where both the high-side and low-side MOSFETs conduct simultaneously, potentially causing damage.
That said, you can use the IR2110 as a substitute, but you'll need to manually implement dead-time in your PWM signal generation stage—typically within the microcontroller or PWM controller you're using. Some microcontrollers offer dead-time insertion features in their PWM modules, so it depends on your overall design.
Things to keep in mind:
Ensure sufficient dead-time (often around 200–500ns depending on your MOSFETs).
Monitor your MOSFET temperatures and output waveform closely during testing.
Double-check any gate resistors or snubber circuits to match the slightly different switching characteristics.
If you’re unsure whether your control circuitry can manage dead-time accurately, it might be safer to wait for the IR2113 to avoid potential risks.
Best of luck with your Class D build—it’s a rewarding project when dialed in correctly! Let us know how it progresses or if you'd like feedback on the schematic.