2021-06-05 06:03 AM
Hi,
I wrote an external loader and tested for write, erase sector, erase chip. They all worked but I have a problem about reading. I thought it was because of the verify function in Loader_Src. Can someone explain what the function does?
2021-06-05 06:17 AM
Verify provides for a byte-for-byte data check, where the data on the target doesn't need to be pulled back to the host to be checked.
The comparison buffer is held in RAM, and the data is then read and compared either in a memory mapped or direct mode.