SPRUJC5 April 2024 TMS320F28P550SJ , TMS320F28P559SJ-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 |