Dear Champs,
I am asking this for our customer.
If they use flash API and follow 64-bit data at 64-bit alignment memory location but at the same location, can they program it multiple times like below from bit 1 to 0 without erase in between?
0xFFFF.....
0xF0F0.....
0x0000.....
We want to confirm if there is any concern like ECC?
We are confused about this in using Fapi_AutoEccGeneration,
"Fapi_AutoEccGeneration – .... Once ECC is calculated and programmed for a 64-bit data, those 64 bits can not be reprogrammed (unless the sector is erased) even if it is programming a bit from 1 to 0 in that 64-bit data, since the new ECC value will collide with the previously programmed ECC value..."