Hello Everyone. I am working on STM32F103VG controller and trying to code for I2C based EEPROM IC (AT24CM02). I am facing some issues with writing and reading EEPROM.
I want to save 2 strings of 127 bytes of data in 1 page. 1 page is 256 bytes each. Whern I try to read and write 127 bytes of 1st string, it works successfully. But when I try to append 127bytes of 2nd string,it does not read and write data properly....