Configuring and building a nRF5340 project for Dual core

I am working on a project that uses BLE (as peripheral) and some other sensors are connected to the MCU too.

My goal is to run BLE on network core and Sensor data retrieval on App core.

I can't find any examples in your documentation. Can you share some links that shows me how to generate/configure a project that enable me to develop a firmware that can run on both cores and enable me to communicate between 2 cores

Related