I want to use the DUE board to drive a full bridge inverter. for do it I need 4 pwm pulses with 1 khz frequency that The pulse width can be changed to drive 4 IGBT switch. I've already made an IGBT driver!
board.
How can I produce these pulses with high accuracy?Can anyone provide me the code to generate it with the timer?
Hi,
Welcome to the forum.
Please read the first post in any forum entitled how to use this forum.
http://forum.arduino.cc/index.php/topic,148850.0.html .
Can you tell us your electronics, programming, arduino, hardware experience?
Tom..... ![]()
To output a PWM signal, you can use pwm_lib or tc_lib from antodom, or/and search for PWM example sketches in the DUE sub forum.