This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28377D: FLASH API CODE EXECUTION TIME DELAY REMOVE

Part Number: TMS320F28377D


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.