I have a question about Flash Memory of Tiva C.
Use as a data area to the flash memory, for example, as writing to every 4 bytes.
If the write was broken off power OFF occurs while writing to the flash memory are four bytes, the problem would not occur areas that have not been written?
ex): API is applicable
flash_write (base +4, 0xabababab);
:
:
flash_write (base +8, 0xcdcdcdcd); <power off
Would not affect the value of the base +4 at this time?