Posted on May 17, 2011 at 09:54Thats a very good example, thank you! i have changed some things for my project and now i have the following problem: /* Send EEPROM address for write */ I2C_Send7bitAddress(I2C0, 0xA0, I2C_MODE_TRANSMITTER); /* Test o...
Posted on May 17, 2011 at 09:54Hi guys, I have following problem. I am trying to establish a connection between the both I2C busses located on my STR912F Eva Board. In my oppinion the command are right but not in the correct order, perhaps you could...