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.

[参考译文] TM4C123GH6PM:请告诉我如何检查校验和。

Guru**** 2376610 points
Other Parts Discussed in Thread: UNIFLASH
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1529032/tm4c123gh6pm-please-tell-me-how-to-check-the-checksum

器件型号:TM4C123GH6PM
Thread 中讨论的其他器件:UNIFLASH

工具/软件:

大家好!

我的客户需要将创建的代码的校验和提交给 Flash Writing 公司。

请告诉我如何检查校验和。

此致、

ITO

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Ito-San:

     一旦您生成程序二进制文件、就可以使用多项式等于 0x04c11db7 的 CRC32 来为编程映像生成黄金校验和。 将程序映像加载到闪存后、您可以重新计算校验和以查看它是否等于您的黄金校验和值。 您可以使用 Uniflash 来计算闪存中存储的映像的 CRC 值。