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.

[参考译文] CCS/TMS320F2.8069万:如何在cCode中使用VCU翻新中的CRC16

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/571911/ccs-tms320f28069-how-tu-use-crc16-in-vcu-direkt-in-ccode

部件号:TMS320F2.8069万
主题:controlSUITE中讨论的其他部件

工具/软件:Code Composer Studio

你好。
如何使用F2.8069万的硬件VCU单元? 我想执行CRC计算。 对于C2000的所有其它硬件模块,有一个头文件,其中可以找到所有寄存器名称。 对于VCU单元,我找不到头文件。 我在最新版本中使用CCS V6和TI controlSUITE。 对于F2837x,我找到了这些示例,但它看起来好像CRC是在软件中计算的,因为仍然需要额外的CRC LokupTables。 我已经了解了技术参考手册spruh18f,因此计算完全在硬件中执行。 我是否误解了什么?

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

    您好,Tobias,

    您必须使用VCU库中的VCU CRC函数(请参见controlSUITE/libs/DSP/VCU)。 当前没有C级对VCU指令的支持。