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.
工具/软件:Code Composer Studio
大家好、
我正在使用 TMS320F28377S 控制器 Launch Pad。
我从 controlSUITE 中的 Blink LED 示例代码开始、而我构建它时会显示0错误、0警告。
我将示例代码加载到 launchpad,加载完成后我运行代码,代码在 InitPieVectTable()之前运行;函数没有问题。
在 InitPieVectTable()中;函数控制器在以下语句之后停止或不运行
EALLOW;
对于(I = 0;I < 221;I++)
{
*目的地++=*来源++;
}
EDIS;
上述语句是示例代码一。
任何人都可以帮助我解决这个问题。
此致、
Yuvaraj
您好!
控制器停止时,PC 指向的位置是什么? 您能否共享指向源指针和目标指针的代码? 可能存在导致程序崩溃的无效访问。
此致
Baskaran