Hi
I'm 18f4620 with read and write 24lcxx I2C eeprom but I not read and write 24cxxx eeprom .
And I'm 18f2550 with read and write 24cxx I2C eeprom but I not read and write 24lcxx eeprom .
Help my please
my 18f4620 code
INCLUDE "MODEDEFS.BAS"
DEFINE OSC 20
DEFINE LOADER_USED 1
DEFINE I2C_SLOW 1
model VAR BYTE[10]
basla:
I2CREAD EPDATA,EPCLK,$A0,10,[model[0]]
Pause 10
I2CREAD EPDATA,EPCLK,$A0,11,[model[1]]
Pause 10
goto basla
Bookmarks