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.

TMS320F280049: VCU CRC32 calculation

Part Number: TMS320F280049


Hi,

My goal is to calculate the standard CRC32 (poly = 0x4C11DB7, init = 0xFFFFFFFF, reflect in, reflect out, xorOut 0xFFFFFFFF).

I managed to do this with VCRC on F28388. Now I need to do the same with VCU1 (0) on F280049.

While in the VCU-2 library there was a possibility to choose the "input bits reflected" option, I see no way to do the same in this case.

Is there any way to solve this? Or maybe I missed something?