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.

有关NDK例程,HelloWorld的不在core0上运行可不可以



在MCSDK中,提供的NDK的例程HelloWorld,

在常规下,在core0上跑很正常,现在我想要试试在core1上跑可不可以

1、修改配置

如果让core1做QMSS、CPPI初始化,

2、运行,结果如下:

3、于是,单步查找问题,

到DaemonNew这里:

Core1开始运行后台进程

可以看到到这里,DaemonNew没有线程可以运行,开始跑空闲线程。也就是DaemonNew这里应该起的udp线程没有起来。

最后,发现一个更为严重的问题,主机ping板子,竟然是ping不通的???

这是为什么呢?

core0和core1难道是不一样的吗?还是我的配置没有修改完全呢?