您好!
我的目标是计算标准 CRC32 (poly = 0x4C11DB7、init = 0xFFFFFFFF、反射输入、反射输出、xorOut 0xFFFFFFFF)。
我成功地在 F28388上使用 VCRC 实现了这一点。 现在、我需要对 F280049上的 VCU1 (0)执行相同的操作。
虽然在 VCU-2库中可以选择"反射的输入位"选项、但在这种情况下、我看不到可以这么做。
是否有办法解决这个问题? 或者、我可能错过了什么?
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.
您好!
我的目标是计算标准 CRC32 (poly = 0x4C11DB7、init = 0xFFFFFFFF、反射输入、反射输出、xorOut 0xFFFFFFFF)。
我成功地在 F28388上使用 VCRC 实现了这一点。 现在、我需要对 F280049上的 VCU1 (0)执行相同的操作。
虽然在 VCU-2库中可以选择"反射的输入位"选项、但在这种情况下、我看不到可以这么做。
是否有办法解决这个问题? 或者、我可能错过了什么?
VCU0没有指令 VSETCRCMSGFLIP。 请参阅此主题 :https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/843660/tms320f280049-crc-32-reflected-by-using-vcu0
-Shantanu