SPRUJ96A November 2023 – April 2024 TMS320F2800152-Q1 , TMS320F2800153-Q1 , TMS320F2800154-Q1 , TMS320F2800155 , TMS320F2800155-Q1 , TMS320F2800156-Q1 , TMS320F2800157 , TMS320F2800157-Q1
Here are some important facts about API usage:
//
// Erase a Sector
//
oReturnCheck = Fapi_issueAsyncCommandWithAddress(Fapi_EraseSector,(uint32*)0x0080000);
//
// Wait until the erase operation is over
//
while (Fapi_checkFsmForReady() != Fapi_Status_FsmReady){}
512-Bit Programming Functions | Programing of DCSM OTP and Link Pointer Range |
---|---|
Fapi_issueAutoEcc512ProgrammingCommand() | DCSM OTP allowed, link pointer not allowed |
Fapi_issueDataAndEcc512ProgrammingCommand() | DCSM OTP allowed, link pointer not allowed |
Fapi_issueDataOnly512ProgrammingCommand() | DCSM OTP and link pointer not allowed |
Fapi_issueEccOnly64ProgrammingCommand() | ECC DCSM OTP allowed, ECC link pointers not allowed |