Hi all,
I am wondering if writing data in E3prom at a given offset can corrupt or lead to data loss at another offset.
Use case: suppose I store some metadata relevant for my application in the first K of E3prom, while the remaining bytes are used for data logging. For the sake of the discussion, let's refer to relative addresses (address 0x0 means FlexRam address + 0x0, etc).
Is it possible that a write at address 0x401 corrupts the data at address 0x0?The same states for contiguous addresses (e.g. write at 0x401 impacts data at 0x400).
I understand that EEEprom/FlexRAM addresses are abstractions of the internal controller that maps the FlexNVM to FlexRAM, just wondering. ù
I need to be confident that flags and data relevant for my application are "safe enough" in EEEprom.
K.R.