We already enabled single or multi instance sample based on nxp package(SW32G_IPCF_4.8.0_D2212) similar with such messages,
------------
[ 77.765958] ipc-shm-sample: starting demo...
[ 77.765974] ipc-shm-sample: ch 0 >> 20 bytes: SENDING MESSAGES: 10
[ 77.765984] ipc-shm-sample: ch 1 >> 32 bytes: #0 HELLO WORLD! from KERNEL
[ 77.766023] ipc-shm-sample: ch 1 << 32 bytes: #0 HELLO WORLD! from CORE 4
[ 77.766054] ipc-shm-sample: ch 2 >> 32 bytes: #1 HELLO WORLD! from KERNEL
---------------------------
Our requirements are that a53 sw send message to m7core by flexcan to control sth.
So my clear question is whether I could extend instance example (on m7core running) to support such kind of demo ?
Thanks.