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.

[参考译文] TMS320F280039C:用户可以预编译 CLA 器件、然后将编译的文件直接链接到其他工程吗?

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1483256/tms320f280039c-can-user-pre-build-the-cla-part-then-link-the-built-file-directly-to-other-project

器件型号:TMS320F280039C
Thread 中讨论的其他器件:C2000WARE

工具与软件:

你好、专家

为了隔离开发流程、CLA 函数和 CPU 函数是单独开发的。 因此、他们需要预编译所有 CLA 函数和.cla 文件、然后将该文件集成到主项目中。  
有什么方法可以实现这一点吗?

谢谢

Joe

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

    您好、Joe。

    听起来您正在为 CLA 函数和 C28函数寻找一个单独的开发环境。 是这样吗?

    我肯定会说、你可以在你的应用程序中添加 CLA 端支持、并对你的应用程序进行分区、以使一些函数从 CLA 执行、而其他函数从 C28x 执行。

    请看 C2000Ware 中提供的 CLAMath 示例。 尤其是 cla_ex6_cpu_offloading。

    此致、

    Ozino