Hi, I use S32k144 in my project and want to use FlexRAM as emulated Eeprom.
1. when I want to run quick write mode, maximum time for clean up is (#number of quick writes * 2) ms. is this true: "when we want to write 32 bytes, clean up time will be : (32/4)*2 = 16 ms at maximum" ?
2. what is mean for "Clean Up" exactly? (can user notify the need for clean up?)
3. what is difference between "write to FlexRAM" & "write to erased location of FlexRAM"? is that means for first time write in that location?
4. when application works for some times, assume one variable changes in every 10 minutes, after some days, we turn of the system and turn on that again, the last data of variables, will be backed up from FlexNVM to FlexRAM. can we say this time will be extended in next on/off procedure?
5. about margin term, what is difference between user & factory margin? is there any mention for their voltage values? can we change their values?
Thanks.