• I2C clock timing issue!
    Question regards SCL timing I've got a slave application running on a 87LPC762 clocked at 9.8 Mhz (external clock). I'm siumulating a transmission of one byte of data from slave to master. what happens...
  • I2C start condition issue
    I am using TWR-K60D100M-KIT and ran its accelerometer example for I2C. It ran succesffully. Modifying this example for neccessary chnages to establish I2C communication with GPIO expander PCA9698, I am...
  • EZUSB I2C library issues
    Hi, I'm trying to use the EZUSB I2C library to access an external I2C EEPROM. The library provides the following functions to access the I2C bus EZUSB_ReadI2C() EZUSB_WriteI2C() I've tried...
  • Issue with I2C communication
    Hi, I am trying to store some data in 24LC64F EEPROM(Microchip make) by interfacing to LPC1768 Controller and communicating the EEPROM through I2C ,We are facing problem in the I2C communication ,we...
  • 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...