• 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...
  • 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...
  • I2C-issue on Processes
    Hi everyone I am working in process. In that the i2c interrupt clashes with timer interrupt, and both are not functioning properly. But both of them works good separately. how to handle this nested...
  • 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...
  • STM32F103x and MPU6050 I2C issue
    I worked out on a library for UART debug and I2C basics to read write registers via I2C..problem now is I read the FIFO but it turns out to be zero..Disabled sleep bit..Fifo Enable Register Set, User...