• I2C Communication with STM32F3
    Hello guys, I would like to ask for some help concerning I2C communication. I am an amateur regarding this type of communication and struggle making an easy write cycle. Here are the facts: ...
  • 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...
  • How to Debug an I2C-Communication ?
    Hello, I'm just trying to get started with the development of some software for an Infineon XC161CJ using the uVision2 Toolset. My first attempt was to get a Display via I2C running (161 master, Display...
  • working with I2C communication in ARM7
    hello, I am doing project on multiprocessor communication using I2C. Can anyone give me master and slave program and guide me??
  • 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...