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 ndk client的例程如何在多核中运行?

Other Parts Discussed in Thread: SYSBIOS

6678 ndk client的例程可以在单核中运行了。我们的思路是让8核运行同一套代码,将ndk client例程在多核中运行时,出现如下错误:

[C66xx_1] Error: Inserting memory region 0, Error code : -135
Failed to initialize the QMSS subsystem
ti.sysbios.heaps.HeapMem: line 337: assertion failure: A_invalidFree: Invalid free
xdc.runtime.Error.raise: terminating execution

请问:程序中的StackTest()和EVM_init()在main函数之前运行,如何控制他们在核0中运行,而在其他核中不运行。