SLUUDC5 September 2025 F28E120SB , F28E120SC
Initializes the Flash Wrapper for erase and program operations.
Fapi_StatusType Fapi_setActiveFlashBank(
Fapi_FlashBankType oNewFlashBank
)
| oNewFlashBank [in] | Bank number to set as active. Fapi_FlashBank0 can be used for this device since there is only one bank. |
This function sets the Flash Wrapper for further operations to be performed on the bank. This function is required to be called after the Fapi_initializeAPI() function and before any other Flash API operation is performed.
See the flash programming example provided in C2000Ware at “C2000Ware_.....\driverlib\f28e12x\examples\flash\flashapi_ex1_programming.c” for TMS320F28E12x.