SPRUJB8 April 2024
Calculates the Fletcher checksum from the given address and length.
uint32 Fapi_calculateFletcherChecksum(
uint16 *pu16Data,
uint16 u16Length
)
pu16Data [in] | Address to start calculating the checksum from |
u16Length [in] | Number of 16-bit words to use in calculation |
This function generates a 32-bit Fletcher checksum starting at the supplied address for the number of 16-bit words specified. Note that only the flash main-array address range can be used for this function. DCSM OTP address range should not be provided.
32-bit Fletcher Checksum value