Part Number: CC2640R2F
Hi,
as far as I understood by reading swcu117h (page 1705), it would be possible to change the default CRC polynomial.
The command sets up a 16-bit CRC with the polynomial x16 + x15 + x2 + 1 and initialization of all 1s. This is compatible with the CC1101 device. Other polynomials, lengths, and initializations can be obtained by parameter overrides
I would like to use the standard CRC-16-CCITT with polynomial X^16 + X^12 + X^5 + 1 (0x1021).
How should I change the smartrf_settings.c file?
Thanks a lot.