• 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 !
  • I2C EEPROM Interface Issue
    I tried to interface a 24LC512 I2C EEPROM with a STM32F103RBT6 microcontroller but no success. I used the code supplied by ST and is as follows: #include "i2c_ee.h" typedef enum {FAILED = 0...
  • Interfacing C8051F350(SMBUS) to I2C eeprom
    Hello all, I am using C8051F350 MCU from silabs in a product, I tried to use its flash writing feature to emulate EEPROM but failed due to not knowing that you can't erase flash byte by byte. So we...
  • MCB2300 interface with i2c serial EEPROM
    > I got trouble when I write and read PCF8582 EEPROM with MCB2300 board using I2C. > I have LPC2368 processor in MCB2300 board. > I use I2C1 interface for read and write EEPROM. > I got different...