• 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...
  • C167 & I2C EEPROM communication ...
    Respectable colleagues, can somebody post an example of C167 Keil C code for reading and writing to I2C EEPROM (Microchip 24LC256 for example) or to some of the Philips RTC or SRAM chips. Thanks...
  • I2C EEPROM 24LC16
    I need you generous help, Folks. The following is part of my code. What I want to do is to check if the bus is free, if it is, then I want to read out the data at the address 0. "Address 0" means...
  • 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 with LPC932
    Hi,I am trying to interface LPC932 with 24LC256 EEPROM through I2C (and I'm new at this), and I am experiencing some problems.. 1)I set the SCL and SDA ports to open drain with a 2K pull-up resistor...