nrf5340 multicore programming

Hello,

I am new to multicore programming. I tried to find without much success a complete VS Code sample project from Nordic targeting nrf5340 two cores; ideally with the network core being dedicate to Bluetooth communications. 

Any help would be appreciated.

Thanks,

Sam

Parents Reply
  • Hi Amanda,

    I used the  "Bluetooth peripheral sample" and nrf5340dk_nrf5340_cpuapp to program nrf5340dk. However, the development kit didn't seem to have Bluetooth connectivity. Then I added nrf5340dk/nrf5340/cpunet  build target and programmed again the board. This time I noticed Bluetooth advertisement with a device name called "Zephyr Peripheral sample Long". However this device name didn't match the name given in the peripheral sample code "vendor". It seems that the network core does not communicate with the application core. 

    Please advise,

    Thanks,

    Sam

Children
Related