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.

[参考译文] TMS320F2812:用于 CCS 3.3的加密库

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1523471/tms320f2812-crypto-library-for-ccs-3-3

器件型号:TMS320F2812
主题: C2000WARE 中讨论的其他器件

工具/软件:

我的任务是使用 Code Composer Studio 3.3为 TMS320F2812 DSP 集成加密库。 据我所见、C2000Ware 需要 CCS9或更高版本。 有人知道一个合适的图书馆吗? 挑战在于、数据类型"char"是16位、类型"int"也是16位。
感谢您的帮助

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

    我们在 C2000Ware 中的以下路径 C:\ti\c2000\C2000Ware_5_04_00_00\libraries\security\crypto\c28中有一些预构建的加密库;虽然这些示例适用于比 F281x 更高的器件、但应该可以将这些库移植回该器件(仍然使用 C28x 作为基本 CPU)。  我先从 F28004x 或003x 示例开始、因为这些示例要从构建中排除的 CPU 加速器较少。

    此致、
    Matthew

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

    非常感谢您提供的信息。 我会尝试一下