Hi,
I'm running a 16F887 with an I2C connection to a DS1307. It's all working fine, but the clock is running at about 50kHz. I'm using the internal 8MHz oscillator on the 16F887, and (I think) have the right DEFINEs...
; Set Clock to 8KHz
OSCCON = %01110001
DEFINE OSC 8 ; tell PBP about clock speed
Am using PBP 2.47. Any ideas what the problem might be? Being able to do the transfer twice as quickly would help me out.
thanks in advance,
...rob
Bookmarks