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.

[参考译文] TMS320F28384D:无法找到2838x 的 IPCBootCPU2函数。

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1455770/tms320f28384d-the-ipcbootcpu2-function-cannot-be-found-for-the-2838x

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

工具与软件:

您好!

我正在使用示例"memcfg_ex1_ram_management_cpu1"

但我在以下位置找不到 IPCBootCPU2函数的相关文件:

ti\c2000\C2000Ware_5_04_00_00\device_support\f2838x\common\source

我应该如何使用它?

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

    您好!
    C2000Ware 中未提供适用于 F2838x 的基于 Bitfield 的 CPU2引导 API。 该示例似乎错误地引用 IPCBootCPU2() API。 我们将对此进行更新。
    您可以使用与其等效的 driverlib -  Device_bootCPU2 ()、可以在\device_support\f2838x\common\source\device.c 中找到

    此致、
    Samritha

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

    谢谢、此问题已解决!
    建议在 F2838x 基于位域的示例中添加 CM 和 CPU2的启动过程。
    我已经对其进行了测试、即使启用了最大优化、新 Ware 结构的效率仍然难以超过 Bitfield。

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

    很高兴看到它得到了解决!
    感谢您的建议。 我们将对此进行研究 。