• 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...
  • Continuous data write in serial eeprom using I2C
    I am trying to write the routine to store the char, int, float datas in the serial eeprom 24FC512 and read back the written values using random read method. My problem is sometimes only the data...
  • RTOS I2C communication fail....
    Hi, I using the Keil RTOS with STM32F4 uC, I want to communicate with MPU-9250 via I2C. I build the project, I connected the two panels together but when I want to send something, I get HAL_ERROR . I...
  • uVision continued development
    I just downloaded MDK 4.23. I noticed that Keil has included an eclipse plugin. While I'm sure this is a nice to have for some developers, I hope its not a sign that Keil plans to discontinue uVision...
  • Proble in getting interrupt continuously.
    We are working on the STR91x Evaluation Board and we are using Timer0 Interrupt (for Output Compare). Interrupt is expected to come continuously whenever output compare occurs. But that is occurring...