Hello,
Please, refer to the AN11983 section "3.6.1 EEE writes"
"Writes to the EEE space launch a EEE operation to store the data within the E-flash memory. Because this is a flash program operation, software must test the CCIF bit to determine if any other flash operations are in progress before writing to the EEE space. Because multiple concurrent writes and read-while-write operations within the same flash block are not allowable, accesses
to the EEE or D-flash space are not allowed until the EEE write is complete. Check CCIF flag to determine if previous Flash or EEEPROM command is finished"
>> When writing the mass data(is bigger than 4 byte), Can I use the memcpy function?
No, you should wait for CCIF whenever you write 4 bytes as you can see in the example.
"the records used to back up the EEE data use a word sized data field"
I hope it helps.
Best regards,
Diana