nRF5340 : How to transfer custom data between app core and net core using IPC when Bluetooth also ON

Hello,

Currently In nRF5340DK, we are trying to transfer custom data(ver. info) between app core and net-core.

With IPC_service, we can transfer/communicate between app-core and net-core. But when we add ipc_service logic into BT enabled code, it did not work. With BT enabled code, didn't receive ep(ipc0) bound/received callback.

Could you please help us with communication between app & net core for nRF5340DK ?

Parents Reply Children
Related