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.

TMS320F280039C: TMS320F280039C: F280039C - About erasure using Flash API

Part Number: TMS320F280039C

Hello Support team.

 

This question is about Flash erase using Flash API (FAPI_F28003x_COFF_v1.58.01.lib).

 

There are two methods to erase a single sector. Is there any difference in operation between these two methods?

 Fapi_issueAsyncCommandWithAddress(Fapi_EraseSector, (uint32 *)0x000A0000);

 Fapi_issueBankEraseCommand((uint32 *)0x000A0000, 0xFFFE);

 

Best Regards

KORO