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.

Notify 工程



大家好

<ipc_install_dir>/packages/ti/sdo/ipc/examples/multicore/ <platform_name>路劲下的

Notify 工程只能用8个核吗?只使用2个或四个core吗?怎么修改?
当我只将core0和core1 进行Group cores时,连接,载入out文件,执行不成功到IPC_start执行不成功;只有将八个core进行Group cores再连接,载入out文件,才能执行成功

加入代码中加入时间获取   包含头文件<c6x.h>
timeStamp0 = TSCL;
  processing。。。。。
timeStamp1 = TSCL;

打印差值出来为0,为什么?

谢谢