A general question about the radio CRC registers: The CRCPOLY register is 24 bits wide, which can be used to specify a 24-bit polynomial, suitable for calculation a 23 bit CRC value. But the allowed values for CRC length are 0, 1, 2 or 3 bytes. Obviously 3 bytes is 24 bits of CRC value, which would required a 25 bit polynomial value. The documentation explicitly says that bit 0 of CRCPOLY is hardwired to 1, and ignored. How can you specify a 25 bit, or is the documentation really saying that you don't need to specify bit zero, just the other 24 bits of the 25 bit polynomial required to generate a 24 bit CRC?