XDCtools version: 3.20.04.68
IPC: 1.21.02.23
BIOS: 6.30.03.46
XDAIS: 6.25.01.08
Add codes of helloworld.c(mcsdk_1_00_00_08\packages\ti\platform\nimu\test\evm6472\helloworld) to Notify(ipc_1_21_02_23\packages\ti\sdo\ipc\examples\multicore\c6472) examples. Add NDK 2.20.2.22 in RTSC.
Configure the C6000 compiler-Include Options and C6000 Linker-File Search Path according to the corresponding part of helloworld.c.
RTSC Platform:ti.sdo.ipc.examples.platforms.evm6472.core0
Core0 communicate with PC by socket. When core0 receives a message from PC, it notifys core1 to light led1.
Sometimes the program run smoothly without problems, other times the program is
blocked and no notifications are exchanged. And sometimes the core0 sends a
notification to core1 and no other notifications are sent.
So I comment the Printf sentence in EVM_init function. The problem resolved.
Who can tell me why?