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/TMS320F28377S:C2000

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/664077/ccs-tms320f28377s-c2000

器件型号:TMS320F28377S
Thread 中讨论的其他器件: controlSUITE

工具/软件:Code Composer Studio

大家好、

我正在使用 TMS320F28377S 控制器 Launch Pad。

我从 controlSUITE 中的 Blink LED 示例代码开始、而我构建它时会显示0错误、0警告。

我将示例代码加载到 launchpad,加载完成后我运行代码,代码在 InitPieVectTable()之前运行;函数没有问题。

在 InitPieVectTable()中;函数控制器在以下语句之后停止或不运行

EALLOW;
对于(I = 0;I < 221;I++)

*目的地++=*来源++;

EDIS;

上述语句是示例代码一。

任何人都可以帮助我解决这个问题。

此致、

Yuvaraj  

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

    您好!

       控制器停止时,PC 指向的位置是什么? 您能否共享指向源指针和目标指针的代码? 可能存在导致程序崩溃的无效访问。

    此致

    Baskaran

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

    我解决了这个问题。 实际上会在此处发出 PLL 时钟启用部分。

    此致、
    Yuvaraj