Hi there,
Im adding use of the f2802x flash API to a project. My code is working fine so far and I would like to add a case to automatically try depletion recovery if an erase fails due to depletion. However from the documentation it is not clear if a depletion-casued erase fail would return a specific error or not.
So my question is; if an erase operation fails due to depletion will a set known error number be returned or does the erase function fail with any of the error numbers?
Thanks