Tool/software:
I have eeprom and i want to write complete page(8 byte). page size of eeprom is 8 byte. and i2c fifo is also 8 bytes. so in single transaction I am not able to send page address along with 8 byte data. i dont want to use interrupt based method. what to do?