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?