• I2C functions issue
    I am emulating a code based on the I2C slave application note from Philips. What happens is my the microcontroller (LPC762)start locking the bus as soon as the I2C slave functions get activated by setting...
  • I2C functions issue
    I am emulating a code based on the I2C slave application note from Philips. What happens is my the microcontroller (LPC762)start locking the bus as soon as the I2C slave functions get activated by setting...
  • 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...