nRF5340 Network core and application core communication

Hi support team

I'm newbie to Nordic platform.
I'm currently working with nRF53 DK multicore on windows 10 using nRF connect SDK on VS Code.
I want to make use of the multicore of nRF53 to run BLE on the network core that handle BLE advertising and connection and sharing data up on request with the mobile app.
and on the application core i want to run a simple app that handle some sensor data collection and store in the internal flash and share these logs with mobile APP up on request. The challenge for me to share these data between the two cores and make the dual core run simultaneously.
How to get started with this challenge ?
I started with sample " multicore hello world " ,but it simply run the same app on both cores only without any data exchange.

Parents Reply
  • Thank you for the guidance

    I followed the sample
    I have some questions

    1- I only managed to flash the sample to the cpunet core and can't use multi image build ,but all i can see it this output “Starting nRF RPC bluetooth host” and the main function of sample is empty so i can't debug the code to understand its functionality how the sample is supposed to behave ? and how to perform the multi-image build ?

Children
No Data
Related