TI中文支持网
TI专业的中文技术问题搜集分享网站

6678 多核软件仿真Illegal opcode问题

您好,

我的编程环境是CCS  V5,使用6678多核开发板,程序主要功能是core0向其余七个核置IPC中断,core1~core7在ISR中执行调用不同的程序或者执行不同的代码。程序仿真过程中console的输出会出现乱码,因此每个核都打印了一个txt文件,工程在仿真时候可以正常运行,但是每个核都会报如下的warning:

TMS320C66x_1: Warning: Illegal opcode (7e035001) at pc = 0x21801040 Illegal opcode at pc = 0x21801040TMS320C66x_2: Warning: Illegal opcode (7e035001) at pc = 0x21801040 Illegal opcode at pc = 0x21801040TMS320C66x_3: Warning: Illegal opcode (7e035001) at pc = 0x21801040 Illegal opcode at pc = 0x21801040TMS320C66x_4: Warning: Illegal opcode (7e035001) at pc = 0x21801040 Illegal opcode at pc = 0x21801040TMS320C66x_5: Warning: Illegal opcode (7e035001) at pc = 0x21801040 Illegal opcode at pc = 0x21801040TMS320C66x_6: Warning: Illegal opcode (7e035001) at pc = 0x21801040 Illegal opcode at pc = 0x21801040TMS320C66x_7: Warning: Illegal opcode (7e035001) at pc = 0x21801040 Illegal opcode at pc = 0x21801040

最终core1~core7打印的文件中,TSCL等几个寄存器的值也有错误,想问一下出现这个warning的原因?

Aimee Ma:

回复 Andy Yin1:

您好,

目前这个warning暂时被解决了,我的解决方法如下:

1、增加stack;

2、我发现如果顺序配置core1~core7的IPC中断时,每次配置都解锁一次KICK0和KICK1,就会出现上面的错误,解锁一次全部配置好就能避免上面的warning。

但是想不明白为什么会出现这种状况,望解答。

赞(0)
未经允许不得转载:TI中文支持网 » 6678 多核软件仿真Illegal opcode问题
分享到: 更多 (0)