SLUUDC5 September 2025 F28E120SB , F28E120SC
Initializes the Flash API.
Fapi_StatusType Fapi_initializeAPI(
Fapi_FmcRegistersType *poFlashControlRegister,
uint32 u32HclkFrequency)
)
| poFlashControlRegister [in] | Pointer to the Flash Wrapper Registers' base address. Use FlashTech_CPU0_BASE_ADDRESS. |
| u32HclkFrequency [in] | System clock frequency in MHz |
This function is required to initialize the Flash API before any other Flash API operation is performed. This function must also be called if the System frequency or RWAIT is changed.
See the flash programming example provided in C2000Ware at “C2000Ware_.....\driverlib\f28e12x\examples\flash\flashapi_ex1_programming.c” for TMS320F28E12x.