SLAZ162J October 2012 – May 2021 MSP430F2131
FLASH Module
Functional
Flash read when EEI = 1
When a segment erase in FLASH is initialized and the erase cycle is interrupted, any read from FLASH may be erroneous until after the erase cycle is completed.
When EEI = 1, initiate all FLASH segment erases using a byte access to an even address within the segment to be erased. For example:
(Assembly)
mov.b #0FFh, &1000h
(C)
*(char*)0x1000 = 0; //ERASE