I am using MPC5748G microcontroller. I was running eeprom emulation demo code available in s32ds. In the demo code, for one time data is successfully written and read. But, I need to continuously store the logs up to 10 times without overwriting the existing data. For the first loop, the log is written without error, but for the 2nd time after getting next log data, it is going to devassert infinite loop, when I am trying to write in to EEPROM. Please help me sort it out.