• i2c routine
    -i am interfacing the 8051 with the 24c64 -in that some values are manually written to eeprom and some are stored using program -i am accessing the location 195th to (195+60)-range which is not used...
  • I2C read/write routines
    Hi, I am looking for simple read and write routines for I2C interface between Atmel low-end 89C2051 microcontroller and 24C04 serial EEPROM. Any help would be great . Thanks in Advance. Rocknmoon...
  • routines for LPC & I2C
    Does anyone know where I can get working I2C routines for Philips LPC in Keil C ? The version from Keil's site does not read data correctly. I can not get it to work. Thanx in advance.
  • Need correction for I2c write routine
    Hi , The following code works fine while reading the contents from the EEPROM (24C04) but does not continuously writes to EEPROM. Please suggest the correction in this code. #include <REG52.H>...
  • Executing I2C routine inside of a Timer interrupt
    I am having a problem. I can't seem to execute I2C related functions inside of my Timer0 interrupt routine. My I2C returns a failure status. If I move my I2C related function calls inside the main...