• 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...
  • 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...