This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Is there a way to check if Flash Partial Erase has completed?

I don't use SoftDevice. If I initiate flash partial erase process, my understanding is that the system will do smaller portion of erase, suspend, erase again, until the whole area is erased.

Is there a way to check if the erase has completed (whole area is erased)?

I understand I can read if the whole area are all 0xFFFFFFFF. But that's not my point. I would like to know if partial erase has completed, so that I can allow the application to initiate partial erase on another area.

Thanks.

Related