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.

[参考译文] TMS320F28386S:悬挂在 CPU2上

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1170571/tms320f28386s-hanging-on-cpu2

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

我导入了项目

C:\ti\c2000Ware_4_01_00_00\driverlib\f2838x\examples\c28x_dual\led\ccs\led_ex1_C28x_dual_blinky。

CCS 询问要将其加载到哪个 MCU 上、我仅选择了 CPU1、因为我们不使用 CPU2、仅使用 CPU1和 CM。 当我运行项目时,它在 SYSCTL_isCPU2Reset()上挂起。 我搜索了该名称、因此我可以禁用它、但找不到它。

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

    John、

    如果您不使用 CPU2、则应使用单核示例。

    C:/ti/c2000/C2000Ware_4_02_00_00/driverlib/f2838x/examples/c28x/led

    在 C28x_DUAL 示例中、它期望加载 CPU2、然后内核之间有一个处理器间握手机制。 如果 CPU2不可用、则它将等待 CPU2。 这是预期行为。

    此致、Santosh