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.

[参考译文] TMS320C6455:代码错误

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1159726/tms320c6455-error-in-code

器件型号:TMS320C6455

您好!

我的定制设计板中有 FPGA 和 DSP、

FPGA 和 DSP 通过 EMIF 接口进行通信、而 GPIO5连接在 DSP 和 FPGA 之间。

FPGA 在数据传输之前向 DSP 发送中断。

 但我收到错误。("intr:打开实例时出错。")。

*打开中断模块*/
vectId_sp = CSL_INTC_VECTID_12;

gpioIntcHandle_sp = CSL_intcOpen (&gpioIntcObj_sp、CSL_INTC_EventID_GPINT5、
vectId_sp、&intStat_sp);
if ((gpioIntcHandle_sp = NULL)||(intStat_sp!= CSL_Sok)){
printf ("intr:打开实例时出错。\n");
demFae++;
返回;

您能帮助我调试错误吗?

此致、

Rakesh。