我尝试使用SPC56EL70L5-DISP(主站)通过SPI与另一个板(从站)
通信。
SPI最后一个字节需要CRC-8,多项式,C(x)= x8 + x2 + x1 + 1。
我尝试使用SPC56EL70L3内置CRC功能来检查/生成CRC字节。
但数据表中提到它支持x8 + x4 + x3 + x2 + 1。
我可以使用内置的CRC功能吗?
如何配置CRC寄存器(CRC_CFG,CRC_INP,CRC_CSTAT)
感谢帮助
#crc
以上来自于谷歌翻译
以下为原文
I try to use SPC56EL70L5-DISP(master) to communicate another board(slave) through SPI.
CRC-8 , polynomial, C(x) = x8 + x2 + x1 + 1 , is needed for the SPI last byte.
I attempt to use the SPC56EL70L3 build-in CRC func
tion to check/generate CRC byte.
However the datasheet mentions it supports x8 + x4 + x3 + x2 + 1.
Is it possible for me to use the built-in CRC function?
And how do I configure the CRC reg(CRC_CFG, CRC_INP, CRC_CSTAT)
Thanks for help
#crc