• Re: Writing data to serial EEPROM
    In serial EEPROM can i write the data in different locations or it should be written in sequence? For example, If i write the first data - 0x05 in location 0x0000, can i write the second data...
  • Re: Writing data to serial EEPROM
    In serial EEPROM can i write the data in different locations or it should be written in sequence? For example, If i write the first data - 0x05 in location 0x0000, can i write the second data...
  • Continuous data write in serial eeprom using I2C
    I am trying to write the routine to store the char, int, float datas in the serial eeprom 24FC512 and read back the written values using random read method. My problem is sometimes only the data...
  • Continuous data write in serial eeprom using I2C
    I am trying to write the routine to store the char, int, float datas in the serial eeprom 24FC512 and read back the written values using random read method. My problem is sometimes only the data...
  • problem in iterfacing AT24C16A serial eeprom
    I have interfaced P3.3to scl & sda to p3.4......... #include<REGX51.H> #include<stdio.h> #define LCD_DELAY=56 void acknowlg(); void start(); void stop(); void read(); void write(unsigned char...