• interfacing 89c51 with 24c16
    please give me word address formate of 24c16 eeprom thanks nilesh
  • Increment Data address of 24c16
    hi all... i am making a small project where i need to interface the RTC with 8051. i have done with it. and now i am want to save the time and date in EEprom AT24c16. i have already done interfacing...
  • 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 !
  • 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...