• Serial EEPROM interfacing
    Hi, I wish to interface at45db081d-ssu-2.5(serial EEPROM with SPI) with an ARM processor. I would like some tips to use EEPROM. The procedure I follow is : ->SPI enable ->Erase chip ->write...
  • 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...
  • Eeprom interface with lpc2148
    Any one help me .im interfacing i2c based eeprom to lpc1248 my problem is i connect the pullup resister 3.3v to only SCL pin and not connect SDA line is it possible to achive the communication
  • Interfacing LPC2148 with EEPROM (AT24c04)
    Hi, I am working on lpc2148. I need a sample code for interfacing lpc2148 with eeprom device(at24c04). Its very urgent please help me out... Thanks in advance.... Regards, Kiranmai G
  • 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...