5.6.2 Write to EE Data
In this example, data is written to EE Data and then read back.
The function to write one byte of data to EE Data,
FLASH_WriteEepromByte()
, may be found in
nvmctrl.c
. Within this function is a loop that waits until any previous
writes have finished before starting the next write. So there is no need to check if a
write is complete, i.e., using FLASH_IsEepromReady()
.