SPRUJE7A January 2025 – July 2025 F29H850TU , F29H859TU-Q1
Initializes the Flash API
Fapi_StatusType Fapi_initializeAPI(
Fapi_FmcRegistersType *poFlashControlRegister,
uint32 u32HclkFrequency
) | poFlashControlRegister [in] | Pointer to the Flash Wrapper Registers' base address. Use FLASHCONTROLLER1_BASE. |
| 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 (the waitstate value) is changed.
(Refer to the flash programming example provided in the F29H85x SDK at “f29h85x-sdk > examples > driverlib > single_core > flash > flash_mode0_128_program”)