• C167 & I2C EEPROM communication ...
    Respectable colleagues, can somebody post an example of C167 Keil C code for reading and writing to I2C EEPROM (Microchip 24LC256 for example) or to some of the Philips RTC or SRAM chips. Thanks...
  • Debug I2C simulation
    Hi I want to simulate the I2C, and find this example // Simulation of I2C Memory (Slave) MAP 0x010000, 0x01FFFF READ WRITE; signal void I2CMEMORY (void) { unsigned long adr; SADR = 0x54; adr...
  • 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 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...