Hello,

My Project : PIC18F25K22 and 24FC64 1Mhz SCL EEPROM

I'm able to run code for eeprom at 400Khz SCL , 24LC16B , LC64 , LC256 , LC512 with the MSSPx pin SCL2:PORTB.1, SDA2:PORTB.2

or any other I/O Port since the I2Cwrite,read are software base as my understanding so far except MSSPx on the SCL1,SCL1 does not run.

I having a hard time to figure the register for the MSSP: SSP1STAT, SSP1ADD, SSP1CON1

does a 24FC64 at 5Vcc (at 1 Mhz SCL) should be running twice as fast than a 24LC64 at 400kHZ.

from the Microchips AN989 it's seem's to be easy to make it work , but after couples a days on it I decided to look for answer.

my question is does anybody has any experience running the FC eeprom series at 1 Mhz clock on the MSSP port with PBP3 Pro

or PBP3 Pro compiler does not control the MSSP directly.


I'll appreciate any feedback.

Thanks to everyone.