• spi interfacing with 93c56 eeprom to 89v51rd2 controller coding
    i want to know about how to interface spi with 93c56 eeprom to 89v51rd2 micro controller and also i want the sample 'c' code for it.
  • eeprom interfacing with 89c51
    dear sir i a very confuse, my aim is interface 89c51 with eeprom 24c08,difficulty is that device address I know but bit addressing and page addressing of 24c08 I can't get from datasheet so please give...
  • 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 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...