Resolved! How to write/read to/from EEPROM via I2C if the peripheral address is 7 bits + one eighth bit for R/W?
I have to write code to write/read to/from an ATMEL 24C256 EEPROM which has a 7-bit address and the eighth bit is for R/W. I guess the MCU should be configured for 7-bit addressing (ADD10 = 0) but in this case how does the MCU write the eighth (R/W)...