SPRUJ27C November 2022 – November 2023 TMS320F280033 , TMS320F280034 , TMS320F280034-Q1 , TMS320F280036-Q1 , TMS320F280036C-Q1 , TMS320F280037 , TMS320F280037-Q1 , TMS320F280037C , TMS320F280037C-Q1 , TMS320F280038-Q1 , TMS320F280038C-Q1 , TMS320F280039 , TMS320F280039-Q1 , TMS320F280039C , TMS320F280039C-Q1
Calculates the ECC for the supplied address and 64-bit value
Synopsis
uint8 Fapi_calculateEcc( uint32 u32Address,
uint64 u64Data)
Parameters
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) |
Description
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. TMS320F28003x Flash API takes care of it.
Return Value