Hello all, I am using C8051F350 MCU from silabs in a product, I tried to use its flash writing feature to emulate EEPROM but failed due to not knowing that you can't erase flash byte by byte. So we have decided to use 24C04 EEPROM Can anyone give me any pointer to where I can find the code for interfacing C8051F350 to 24C04 eeprom. If I start to implement it myself, anyone has any experience in interfacing Microcontroller's SMBUS with I2C EEPROM and can tell me differences in their implementation?