Hi @CKing,
There is a difference in the execution time for the writes depending on whether these are writes to new erased FlexRAM locations or updates of existing records.
danielmartynek_0-1695201040666.png
It has been confirmed that we can pre-erase (or invalidate) an existing record by writing 0xFF to it.
Then, a subsequent write to this location is considered to be a new write to an erase location instead of an update.
Keep in mind that erasing the FlexRAM location takes some time too, our tests shows ~200us (32b write on S32K118).
If you want to store more records quickly, consider using the Quick write mode.
Regards,
Daniel