Hello,
I am getting data from UART and extract NRF BLE packet. I check the CRC Flag and its OK. But sometimes the UART has some error and I have to check the 3 CRC bytes at the end of the packet manually. So I need to check the 24 bit CRC which is at the end of the NRF BLE packet. I searched for some days but I was not able to find the algorithm for checking the CRC. Can any one help me?