Code to Reproduce CRC32 Output from RT6xx CRC Engine

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Code to Reproduce CRC32 Output from RT6xx CRC Engine

679 次查看
pcpro1789
Contributor III

Where can I find pseudo (or actual) code to reproduce the CRC32 output from the RT6xx CRC engine?

标签 (1)
标记 (2)
0 项奖励
回复
1 回复

645 次查看
Gavin_Jia
NXP TechSupport
NXP TechSupport

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.

Gavin_Jia_0-1727604037716.pngGavin_Jia_1-1727604091455.png

 

 

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

Gavin_Jia_2-1727604222505.png


Best regards,
Gavin

 

 
0 项奖励
回复