TAS5805 内部的硬件 CRC8 对应标准的哪种? CRC 校验的数据是 offset 和 value 值吗?用 PPC 加载文件计算出来的值和在线CRC计算工具计算的值不一样。
测试校验的数据:
58 18 00
80
00
00
00
00
00
00
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.
您好,链接中的校验算法应该与TAS5805 的不一样:
https://en.wikipedia.org/wiki/Cyclic_redundancy_check
上面这个链接上对CRC各种算法有详细描述。
请用PPC3计算TAS5825的CRC/XOR校验和,并在系统板上对结果进行评估。