Tool/software:
oReturnCheck = Fapi_issueAsyncCommandWithAddress(Fapi_EraseSector,
(uint32 *)Bzero_SectorN_start);
Before and after the code was executed, the oscilloscope was measured using the GPIO function.
The total run time was 14 ms, during which other interrupt codes were suspended.
During erase code execution, other codes have stopped, and is it possible to modify how to reduce that execution time or so that other codes can be executed?
Yellow Ch1 is an interrupt, blue Ch2 is an erase function. Red Ch3 is Write.
