Tool/software:
Hello,
I've started working with the AM263P4 launchpad board, and I cannot get IPC working. I'm running the ipc_rpmsg_echo example project (the whole system project), it build and runs, it also will debug, but when I don't get the expected output of
DebugP_log("[IPC RPMSG ECHO] All echoed messages received by main core from %d remote cores !!!\r\n", numRemoteCores);
DebugP_log("[IPC RPMSG ECHO] Messages sent to each core = %d \r\n", gMsgEchoCount);
DebugP_log("[IPC RPMSG ECHO] Number of remote cores = %d \r\n", numRemoteCores);
DebugP_log("[IPC RPMSG ECHO] Total execution time = %" PRId64 " usecs\r\n", curTime);
DebugP_log("[IPC RPMSG ECHO] One way message latency = %" PRId32 " nsec\r\n",