Hi Rhatidbwoy,
PBP assumes that the CCP1 port is on PORTC.2, but on the 648A it's on PORTB.3
You can correct for this with ...
DEFINE CCP1_REG PORTB
DEFINE CCP1_BIT 3
However, since you had already set PORTB to all output's, that will not solve the problem.
You didn't mention what Oscillator freq you are using, but if it's more than 10mhz, you won't be able to get that low of frequency out of the CCP. For instance, at 20mhz, 1221hz is the minimum.
<br>
Bookmarks