<ipc_install_dir>/packages/ti/sdo/ipc/examples/multicore/ <platform_name>
the Notify project,is it just can use eight cores,when i relaunch the ccxml,i use core0 and core1 to Group cores,then connect and load out file,exec,but it can not exec correctly
if i use eight cores,it work correctly。
another question:
when i add get the time api in the code like below: //need to add <c6x.h>
timeStamp0 = TSCL;
processing。。。。。
timeStamp1 = TSCL;
System_printf("covert time is %d\n",timeStamp1-timeStamp0);
but it is 0,why?
thanks.best regards.