Our Prototype was based on ESP32 which we were able to do all the demos and testing. but since the final product will be powered by battery we need a energy efficient solution as MCU.
We choose NRF5340 for that because one of our requirements is having 2 cores.
We are right now having problem with sending and receiving messages between cores. what i mean is there is no proper documentation to be found for that.
what we focusing our search is on https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/ipc/ipc_service/README.html and looking for IPC (inter processor communication)
Though there are some results coming they are kind of convoluted. really hard to understand (we as a team never worked with Nordic Products).
Can someone give us a link or proper direction about how to do inter processor communication. (We don't just need incoming BLE data from the NetCore. we are planning to offload some non-time critical calculations to the network core as well. so we need to send the data to network core and get that calculated data from network core back to app core as well.