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.