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.

6678 板卡的IPC和NDK问题咨询

Other Parts Discussed in Thread: SYSBIOS

IPC和NDK融合,Ipc_start()使用中断8来启动,但是NDK配置的中断号为7/8/9/10,导致中断冲突,报错如下:
[C66xx_0] ti.sysbios.family.c64p.Hwi: line 159: E_alreadyDefined: Hwi already defined: intr# 8
.cfg的配置如下:
Ecm.eventGroupHwiNum[0] = 7;
Ecm.eventGroupHwiNum[1] = 8;
Ecm.eventGroupHwiNum[2] = 9;
Ecm.eventGroupHwiNum[3] = 10;
如果修改.cfg的中断号配置,会导致网络无法正常启动;
请问如何解决?