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.