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.

TMS320F280039: Parameters for Fapi_issueBankEraseCommand()

Part Number: TMS320F280039
Other Parts Discussed in Thread: C2000WARE

Hello Champs,

As described in F28003x Flash API user guide page 11:

In "flashapi_ex1_programming" project of F28003x examples in C2000ware, there is below operation in "Example_EraseBanks()" function:

u32CurrentAddress = Bzero_Sector8_start;
oReturnCheck = Fapi_issueBankEraseCommand((uint32 *)u32CurrentAddress, 0x001F);

Does above operation mean: erase starting address is 0x88000, the mask sectors are sector 8,9,10,11,12?

Would you please help clarify? Thanks!

Best Regards,

Linda