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_SPI FLASH加载网络程序的问题



我用的是6678板子,程序是核0启动BIOS_start(),初始化网络,初始化网络部分使用的是官方的示例工程代码;其他核不启动BIOS_start(),然后开始空循环;

现象:

1.使用SPI及仿真器只加载核0程序,没有问题;

2.使用仿真器加载8核程序,没有问题;

3.使用SPI FLASH加载8核程序,核0在启动NC_NetStart()函数时进去abort,其他7核程序正常。

 

 

请问有什么建议!!!!!!