2019-11-18 05:41 AM
I am specifically trying to receive a packet from a SPIRIT1 transmitter on another receiver.
2019-12-01 09:33 PM
It pads the data with a 24-bit initial word (all 1s in this case) and start the division.
Please check https://en.wikipedia.org/wiki/Cyclic_redundancy_check
CRC-24-Radix-64 is used, which initial word set to 0xffffff and bits reversion is not done.