Hello, @seungtake
Thanks for the reply.
I have looked into the patch you provided, seems only configuration file is modified,(plus some debug flags), however, from my understanding, the IPCF multi-instance example is originally one side of the whole messages transfer, the other side existed on M7 part.
By default, the instance 0 will send messages to M7_0, while instance 1 send messages to M7_1, etc.
If you only modified the default configuration, then the instance 0(maybe A53_0) may send message to A53_1, but no rx code from the A53_1 part implemented.
The IPCF lib could support message transferring from same kind of cores(like A53_0 and A53_1), but the IPCF examples are implemented between M7 cores and A53 cores on S32G, if you want to test with the same logic, then I suggest referencing the M7 part to implement RX side. it could be another program, and may not be simply modified from current example.
BR
Chenyin