Where can I find pseudo (or actual) code to reproduce the CRC32 output from the RT6xx CRC engine?
Hi @pcpro1789 ,
Thanks for your interest in NXP MIMXRT series!
The official release does not publicize the exact code, however, it is possible to derive this calculation based on the setup in the user manual .If you need to use this calculation in your application, you may need to write the application code yourself.
The calculation results of the Demo in the SDK are the same as those in this online tool(Chinese version), and you can refer to this online tool to write the application code: https://www.toolhelper.cn/DigestAlgorithm/CRC
Best regards,
Gavin