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 Fletcher checksum from the given address and length.
Synopsis
uint32 Fapi_calculateFletcherChecksum(
uint16 *pu16Data,
uint16 u16Length)
Parameters
pu16Data [in] | Address to start calculating the checksum from |
u16Length [in] | Number of 16-bit words to use in calculation |
Description
This function generates a 32-bit Fletcher checksum starting at the supplied address for the number of 16-bit words specified.
Return Value