Hi experts,
Is it possible for "Fapi_setActiveFlashBank()" to stall the CPU when the FSM is busy?
The flow of erasing the FLASH API is as follows.
But my customer's program behaves like the CPU is stalling unless "while( FAPI_CHECK_FSM_READY_BUSY == Fapi_Status_FsmBusy )" is inserted before "Fapi_setActiveFlashBank()" .
Do you know why they have to insert "while (FAPI_CHECK_FSM_READY_BUSY == Fapi_Status_FsmBusy)" before "Fapi_setActiveFlashBank ()"?
Best regards,
Sasaki