SPRUJ96A November 2023 – April 2024 TMS320F2800152-Q1 , TMS320F2800153-Q1 , TMS320F2800154-Q1 , TMS320F2800155 , TMS320F2800155-Q1 , TMS320F2800156-Q1 , TMS320F2800157 , TMS320F2800157-Q1
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 (should be in little endian order) |
This function will calculate 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.