Hi Champ,
The Flash API document has below description:
The erase function will invoke the callback function every 3-4ms. This is the longest duration between
callback function invocations, except for the ToggleTest function.
But when i test the callback interval use I/O toggle method , i found the callback function invoke interval varying when erased one flash sector, the range is around 15us to 3ms.and the total invoke time when erase one flash sector around 90000 times (MyCallbackCounter around 90000).
Can any one explain the reason?