SPRUJC5 April 2024 TMS320F28P550SJ , TMS320F28P559SJ-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 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\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.