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.
result = Qmss_insertMemoryRegion (&memInfo); if (result == QMSS_MEMREGION_ALREADY_INITIALIZED) { System_printf ("Core %d : Memory region is configured\n", corenum); } else if (result < QMSS_SOK) { System_printf ("Error Core %d : Inserting memory region %d error code : %d\n", corenum, memInfo.memRegion, result); return; } else System_printf ("Core %d : Memory region %d inserted\n", corenum, result);
试试从software-dl.ti.com/.../index_FDS.html 下载新的MCSDK。MCSDK_02_00_00_11中的pdk_C6678_1_0_0_11。试了一下例子pdk_C6678_1_0_0_11\packages\ti\drv\exampleProjects\cppiExampleProject,四个核一起跑没有发现问题。