The Flash API is a library of
routines, that when called with the proper parameters in the proper sequence,
erases, programs, or verifies Flash memory. The Flash API can be used to program the
OTP memory as well.
Note: Read the data manual for the Flash
and OTP memory map and Flash waitstate specifications. Note that this reference
guide assumes that the user has already read the
Flash and OTP Memory chapter
in the
TMS320F28P65x Microcontrollers Technical Reference Manual.
Also, pay special attention to the functions Fapi_issueAsyncCommand(),
Fapi_setupBankSectorEnable(), Fapi_issueBankEraseCommand() on this device. Usage of
these functions is demonstrated in the flash API usage example provided in C2000Ware
at
“C2000Ware_.....\driverlib\F28P65x\examples\....\flash\flashapi_128bit_programming\flashapi_cpu1_128bitprogramming.c".