What CRC type is used for the crc calculation with the function uint16_t crc16_compute (const uint8_t * p_data, uint32_t size, const uint16_t * p_crc ) of the nRf52 SDK. CCITT (0x1021) or CRC-16 (0x8005) or ... ?
What CRC type is used for the crc calculation with the function uint16_t crc16_compute (const uint8_t * p_data, uint32_t size, const uint16_t * p_crc ) of the nRf52 SDK. CCITT (0x1021) or CRC-16 (0x8005) or ... ?
This module implements CRC-16-CCITT (polynomial 0x1021) with 0xFFFF initial value.
This module implements CRC-16-CCITT (polynomial 0x1021) with 0xFFFF initial value.