Hi,
for an own BLDC controller i need tree PWMs with an high an low driver. I have found some functional code for an Arduino DUE:
Here an smal example:
//Konfiguration der PWM-Kanäle 0 bis 2 (u,v,w) (left-aligned, enable dead time generator)
for (int ch=0; ch<3; ch++) {...