Hi all,
I try to run "Chip to Chip IPC example"(offered from TI)on C6678 Chip.
(\pdk_C6678_1_1_2_5\packages\ti\transport\ipc\examples\srioIpcChipToChipExample)
And i made binary file using MAD. (Producer : Chip A core 1 and 2, Consumer : Chip B core1 and 2)
problem is MessageQ_open() API couldn't find processor(so, it returned MessageQ_E_NOTFOUND)
but, When I check the "Core to Core IPC". MessageQ_open() had operate normally.
so what should i check?