SPRUJE7A January 2025 – July 2025 F29H850TU , F29H859TU-Q1
Commits the user flash configuration settings
uint32_t Fapi_SetFlashCPUConfiguration(
Fapi_BankMode u32BankModeValue,
);
| u32BankModeValue [in] | User flash configuration bitfield |
This function commits the Flash API bankmode configuration based on the user-supplied bank mode parameter. This determines the address ranges passed to the Flash API, regardless of the device's BANKMODE register. Users must always call this function after updating the BANKMODE for the device or as a part of initialization.
For example, if the BANKMODE register = 0x3 (Mode 0) and Bank Mode 1 is passed to this function, when using Fapi_* functions, the user can use Bank Mode 1 address ranges. When reading directly from flash, the user can use Bank Mode 0 address ranges.