11.1.4.2 Write Verify

Depending on the application, good programming practice may dictate that the value written to the memory must be verified against the original value. This will be used in applications where excessive writes can stress bits near the specification limit. Since program memory is stored as a full page, the stored program memory contents are compared with the intended data stored in RAM after the last write is complete.

Figure 11-10. Program Flash Memory Verify Flowchart