Hello All
I am writing a custom bootstrap loader. I am looking for potential failures and how to mitigate them in Verify Erase and Verify Write steps:
- Erase Segment
- Verify Erase (making sure all bits are high)
- Write to erased segment
- Verify Write
If Erase fails verification, what do you do? I try again, is that the right thing to do?
if write fails verification, what do you do? Should I try to erase and write again?
Thanks...