I use the following code:
Define OSC 4
hpwm 0,127,2000
hpwm 1,127,1500
go:
Pause 50
goto go
This outputs PWM on RC1 and RC2 where CCP1 and CCP2 is and not on RB0 and RB1 where PWM0 and PWM1 is.
And both signal are 1.5KHz!!!
What am i doing wrong?
Bookmarks