SPRUJC5 April 2024 TMS320F28P550SJ , TMS320F28P559SJ-Q1
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 should be used for this device even though there are multiple banks. |
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\f28p55x\examples\flash\flashapi_128bit_programming.c” for TMS320F28P55x.
See the flash programming example provided in C2000Ware at “C2000Ware_.....\driverlib\f28p55x\examples\flash\flashapi_512bit_programming.c” for TMS320F28P55x.