• 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...
  • I2C communication
    i want a code of visual C++ or C#, for communicating to 12C bus through serial or parallel port. if anyone can help me, please email on saadia_ather@yahoo.com
  • 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...
  • 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...
  • 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...