Tool/software:
Hello,
I am working on the TMS570LS3137 MCU. I would like to implement CRC 32 for the data being transmitted over UDP.
Would be very helpful if i can find a simple example code on how to implement it.
Thanks in advance!!
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.
Tool/software:
Hello,
I am working on the TMS570LS3137 MCU. I would like to implement CRC 32 for the data being transmitted over UDP.
Would be very helpful if i can find a simple example code on how to implement it.
Thanks in advance!!
Hi Chandana,
The CRC Hardware module on TMS570x device doesn't support CRC32, It can only support CRC64.
To use CRC32 then we need to go for software-based approach instead of using CRC Hardware module.
Maybe the below thread might be useful for you to implement software-based CRC32:
--
Thanks & regards,
Jagadish.
Hello Jagadish ,
Thank you for the resources and clarification !!.
Regards,
Chandana.