Good day,
I am having a problem on a CC1110 in that it reports a CRC failure but I can see that the data is correct. I am sending 5 bytes, Length + 4, with CRC and Data Whitening enabled at 1200 baud. I use the DMA to capture the data while the CPU is sleeping and process the data once the IRQ_DONE interrupt wakes the CPU. Append status is active.
Can anybody explain why the CRC is failing when I can see the data is correct?
PS. I clear the buffer before starting the reception so I know that the data is the last received data.
Thanks,
Charles