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.

TMS320F2800137: the user application functions that call the Flash API functions could run Flash, not the RAM?

Part Number: TMS320F2800137


Hi Experts,

My customer is working on a S/W porting based on F28002x and they want to check if there is any S/W modification needed to migrate F280013x.

And want to confirm with you the  mentioned below info.

But customer use the user application functions run in Flash, but the Flash API functions run in RAM, so is it feasible? From the explanation, it refers the  reason for this is because the Fapi_issueAsyncCommandWithAddress() function issues the erase command to the FSM, but it does not wait until the erase operation is over. So if we avoid this, the