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.
Part Number: TMS320F280048C
Out project is using an F280048C which has a VCU unit. I am using the VCU to calculate a CRC32 checksum by calling the library routine "get_CRC32_cpu". I would like to calculate the same checksum on a windows PC to verify the transmission of a data block between the 48C.
I can't find the algorithm used to calculate the CRC32. Is the algorithm used to calculate the CRC32 published? Is there more documentation available?
Thanks
Steve Haddad
Ametek Aerospace
Hi,
Can you take a look at the files in the folder in C2000WARE - libraries\dsp\VCU\c28\source\common\c\crc - crc_32.c and crc_32_alt.c and see if they help you ?
Thanks
Aravindhan