Hi,

Could someone please clarify?

In the PBP manual at section 3.1- Usage it indicates:
"PBPL can only be used with the PIC18 devices"

In section 5.33 - PWM it indicates:
"For the non-long versions of PBP (PBP and PBPW), the highest frequency at any oscillator speed is 32767Hz.

I am using a 16F628A
Sending to the PIC this command:
Code:
HPWM 1,127,40000
Looking at the scope I observe 40.1KHz (close enough)

So does this mean there is a mistake in the manual? or does it mean I will burn my PIC shortly if I continue running at this frequency?

Thanks

Mike