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.
工具/软件:Code Composer Studio
您好!
IM 使用 CCS 版本8、我想计算十六进制文件的校验和。 我从驱动程序库中引用了 crc.h 模块、但我想知道 CCS 中是否有任何工具(从 IDE 方面)可以在不编写代码的情况下计算十六进制文件的校验和。
链接器可以按段生成 CRC。 这在"汇编语言工具"(SLAU131U)第8.9节中进行了说明。 CRC 校验中断矢量有点麻烦(尽管很重要)、因为每个中断矢量都是单独的部分。
应用手册《使用 MSP430实现 CRC》(SLAA221A)中讨论了运行时代码。 您可以从中提取示例代码(通过.PDF 第一页上的链接)。
[编辑:阅读材料的另一点:]