Hello,
I would like to use 2 sectors of 8KB each for storing some data.
Writing on these sectors and deleting these sectors is possible by referring to the sample code provided for Flash Kernel Programming.
But The F021 library does not have any read operation related Interfaces.
Why is it so?
Also, after implementing the ReadData function manually, If I try to read the content of Flash. It works only in the step-by-step debug mode. While free running the code, a Flash Uncorrectable Error NMI is obsorved.
What could be the reason?