Calculate the CRC8.
uint8*
pu8Data
unit8
size
uint8
#include "ccitt8.h" ... char str[] = "abcABCDE"; uint8 u8crc = u8CCITT8(str, strlen(str));