Tool/software:
Hello,
I have successfully integrated the flash_api Erase Sector() function in my application. However, I would like to make this function non blocking.
right now, it waits in:
while (Fapi_checkFsmForReady() != Fapi_Status_FsmReady){}
until FSM is done with erase sector operation.
Is there a way to change this?
Thank you