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

Parents
  • Hi.

    i was looking in the wrong Directory. i was searching on Zephyr directory.
    I needed to look at the "nrf" directory and i found the multicore_hello_world project. That was the exact project i was looking for.


    So for anyone searching for example code for getting started with dual core. Navigate to following:

    nRF SDK location => nrf => samples => multicore => hello world   

    FYI => this is for v2.4.1   (Just in case this location is changed in the future versions)

Reply
  • Hi.

    i was looking in the wrong Directory. i was searching on Zephyr directory.
    I needed to look at the "nrf" directory and i found the multicore_hello_world project. That was the exact project i was looking for.


    So for anyone searching for example code for getting started with dual core. Navigate to following:

    nRF SDK location => nrf => samples => multicore => hello world   

    FYI => this is for v2.4.1   (Just in case this location is changed in the future versions)

Children
Related