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.

TCP3D - supress CRC output?

Hi

The TCP3D can check the 24-bit LTE CRC at the end of each code-block.

However, as I understand, these 24 CRC bits are still output to the DSP memory after decoding.

Is there a way to supress writing of these output bits? These bits are no longer needed once CRC has been checked internally. Outputting them complicates the ability to strip off CRCs and concatenate code blocks.

Btw, the following change to the tcp3d_drv.c driver didn't work: changing of "aCnt" for the Hard decision output EDMA from (blockLength>>3) to ((blockLength-24)>>3).

Thanks

R