Posted on July 25, 2012 at 16:49I used pe1 and pe2 pin for i2c but this pins not work normally now. i make high pe1 and pe2 but this pins always low but pe0 and pe3 can be high. how do i connect this pins for i2c?
Posted on July 16, 2013 at 10:12I2C_GenerateStart(ENABLE); while(!I2C_CheckEvent(I2C_EVENT_MASTER_MODE_SELECT)); /* Send EEPROM address for write */ I2C_Send7bitAddress(0x70, I2C_DIRECTION_TX); /* Test on EV6 and clear it */ while(!I2C_CheckE...