I need to setup 5 hardware PWM outputs on the PIC18F4680.
Has anyone set these up as dedicated outputs that run in the background?
I see the PB setup for HPWM 1, and 2 but not anything more that 2.
Do I have to drop into assembly code to do this or are there defines that I can do that will allow me to just select HPWM 1, 2, 3, 4, and 5.
The frequency of each output can be the same... only the duty cycle needs to vary from 0 to 100% on each pin.

Thanks,
Tcbcats