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.

CC1125: FEC implementation in CC1125

Part Number: CC1125
Other Parts Discussed in Thread: CC1200

Hi

I have used CC1125 module for our RF communication.FIFO based data transfer has been used in our project.

We used 4kb file for data transfer,While receiving of packet ,CRC error happening in some packet,so we have decided to implement the Forward error correction (FEC) to solve this CRC error

And I have gone through the TI website we have found DN504 and DN507 application note implementation of FEC.

I have implemented this code in my project.In decoding method 4 bytes of RXFIFO data has been read to decode the data.

so that we missed some packets while faster communication.Is there any   option to read whole bytes of RXFIFO to decode the data.

please help me in this issue.