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.

C6678,8个核跑相同的BIOS程序,出现错误。在线调试每次运行程序测试运行时间不同

Other Parts Discussed in Thread: SYSBIOS

(1)8个Core跑一样的工程。主核跑数据处理task和以太网发送task。从核只跑数据处理task。stack,bss,都是放在LL2中,其他放在DDR3中,运行时主核运行完数据处理函数就报出错误:uuInstruction fetch exception
ti.sysbios.family.c64p.Exception: line 248: E_exceptionMin: pc = 0x00000000, sp = 0x0c0cb888.
To see more exception detail, use ROV or set 'ti.sysbios.family.c64p.Exception.enablePrint = true;'
xdc.runtime.Error.raise: terminating execution 您好请问这是什么原因。

(2)我多次修改stack 和heap 的大小,在某一种值下就不会报出错误。这种情况与什么有关?
(3)这个程序我想统计下每个核运行数据处理task的时间,但发现每次上电时运行时间都不一样,最少时350ms,最多400多ms,无法准确估计时间。