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.
Hi Eric Li
Hope you are doing well
I am not properly understanding "Our requirements are that a53 sw send message to m7core by flexcan to control sth. " .can you some brief please
Regards ,
Tushar
a53 apps --> ipcf framework ---> m7 app image -->can messaging --> can device, now clear ?
Hi Eric Li
I am getting from your answer -> a53 app will send massage to m7app using ipcf framework and then that massage will be go forward on can device(can device network).
Q. whether I could extend instance example (on m7core running) to support such kind of demo ?
A. yes,