This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
How to calculate CC1310 CRC number?
My customer use below packet format as Tx on signal generator in order to measure sensitivity, but don't know how to calculate 2 byte CRC.
AA AA AA AA AA 2D D4 40 [55 ...55] CRC
5 Byte AA as preamble.
Sync word is 2D D4
Packet Length is 40(64Byte)
Payload is 64 byte 55
2 Byte CRC
Hi TER,
1. How to see the append status?
2. I have used the 2nd method to see CRC by extend receive length but failed.
Send 3 byte fixed length package on Tx.
Payload is 0x01, 0x02, 0x03
Packet Rx, it's OK if fixed length is 3.
Packet Rx at fixed 5 length, 6 or even more longer. CRC is wrong.
The correct CRC should be 0x303A .
Hi TER,
1. If set CRC = 0x821D on signal generator, receive by SmartRF Studio report error. If set CRC to 0x303A, receive is fine.
2. The final purpose is to calculate CRC when payload is 64byte 0x55. That's customized packet.
But we don't know how to calculate CRC, that's why we set payload length to 3 byte firstly to verify that our CRC calculation method is correct.