• Interfacing I2C EEPROMs
    I HAVE BEEN TRYING TO INTERFACE 24XXX SERIAL EEPROMs USING I2C WITH ATMEL AT89X51/52, BUT NOT REACHED TO THE TARGET YET. PLEASE HELP !
  • I2C EEPROM 24LC16
    I need you generous help, Folks. The following is part of my code. What I want to do is to check if the bus is free, if it is, then I want to read out the data at the address 0. "Address 0" means...
  • Interfacing I2C EEPROMs
    I want to write some bytes of data on EEPROMs, and later retrieve the data using at89s51/52. How I2C communication can be established to do this task? I need the C help for generating timing signals...
  • I2C Interfacing EEPROM
    I have studied I2C in a number of sites but I can't find the error in my program. I'm trying to write 'A' and read it from the eeprom. #include<at89x51.h> #include<lcd.h> #include<delay.h> #include...
  • Interfacing I2C EEPROMs
    I want to write some bytes of data on EEPROMs, and later retrieve the data using at89s51/52. How I2C communication can be established to do this task? I need the C help for generating timing signals...