• 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...
  • P89LPC9xx i2c routines for uVision
    Hi all, does somebody knows where can i find i2c routines for the P89LPC9xx in uVision format? I've problems with the routines provided by Philips in the AN10155. Thanks 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>...
  • I2C between 2 lpc 2129 boards not initializing
    I've tried to setup I2C communication between two LPC 2129 boards where one is the master and the other board is the slave. The code follows the following flow. 1.Initialize the output pins. 2.Initialize...