SLUUDC5 September 2025 F28E120SB , F28E120SC
Calculates the ECC for the supplied address and 64-bit value.
uint8 Fapi_calculateEcc(
uint32 u32Address,
uint64 u64Data
)
| u32Address [in] | Address of the 64-bit value to calculate the ECC |
| u64Data [in] | 64-bit value to calculate ECC on (can be in little endian order) |
This function calculates the ECC for a 64-bit aligned word including address. There is no need to provide a left-shifted address to this function anymore. The Flash API takes care of it.