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.

TMS570LC4357: F021 API - Fapi_flushPipeline

Part Number: TMS570LC4357

I am working with the Fapi_flushPipeline function from the F021 flash API. However, I want to ensure that after I call this function, it blocks to prevent any other flash operations that are called. Is this function blocking? I see in disassembly of the function that it calls Fapi_waitDelay, which is a deprecated delay function. I assume that this function does block, but I wanted to make sure it does since the FAPI is not publicly accessible in c form.