• Re: Writing data to serial EEPROM
    In serial EEPROM can i write the data in different locations or it should be written in sequence? For example, If i write the first data - 0x05 in location 0x0000, can i write the second data...
  • I2C start continues to fail
    Hi everyone, First off I would like to thank those who have taken the time to read this post. My environment Windows XP uVision 3 Keil MCB2300 with NXP LPC2386 Goal Read a temperature...
  • Issue with I2C communication continuation
    below is the I2C.h file ,continuation for the EEPROM I2C code #ifndef __I2C_H #define __I2C_H /* If I2C SEEPROM is tested, make sure FAST_MODE_PLUS is 0. For board to board test, this flag can...
  • writing to serial eeprom problem
    I'm writting to AT24C128 serial eeprom as shown by the datasheet and the read command shown below works, while the write command doesn't. I wrote to the chip using external programmer and it was ok, reading...
  • 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...