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
BANKMGMT and SECCFG memory as well.
Note: Read the data manual for the Flash
memory map and Flash waitstate specifications. Note that this reference guide
assumes that the user has already read the
Flash Module chapter in the
F29H85x
and F29P58x Real-Time 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 the F29H85x SDK at “f29h85x-sdk > examples > driverlib
> single_core > flash" (for bank mode 0) and "f29h85x-sdk > examples >
driverlib > multi_core > flash" (for bank mode 2).