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.

[参考译文] MSPM0G3507:BSL CRC 计算

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1533986/mspm0g3507-bsl-crc-calculation

器件型号:MSPM0G3507

工具/软件:

您好、
文档 slau887.pdf 中的第一个命令是“Connection"命令“命令:

和 CRC 计算:

由于命令是固定的、因此 CRC 也是固定的-> cmd:80 01 00 12 -> CRC:3A 61 44 DE
CRC 多项式未命名、但应为 0x04C11DB7。
客户测试了“一些“在线 CRC 计算器、但也测试了 VHDL CRC 代码:
所有计算机都能提供相同的结果、但没有一台计算机能提供 3A 61 44 de!
什么是位反转配置? 他进行了一些位反转(位在一个字节内;位在所有 4 个字节上)。
您是否有关于如何达到上述 CRC 的更多信息...?  

此致、Holger