SLAU320AJ July 2010 – May 2021
One advantage of FRAM is that erases are not required before writing memory. If a "flash-style" erase needs to be executed, a dummy erase can be done by using the write function to write 0xFF to all locations in the memory.
The Replicator430FR example project offers two different reference implementations. For segment erases in FRAM, refer to the function EraseFRAM_430Xv2. An FRAM mass erase is done using the flow described in EraseFRAMViaBootCode_430Xv2.