This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF5340 cannot use Project: peripheral_HR_coded

HI,

I tried to test all projects, but I ran into a problem,project create like this

I just downloaded the routine and didn't change anything, but I cannot create advertiser 

this is UART output

I don't know what's wrong, and I can't find the meaning of err code

Parents Reply
  • Hi,

    I think that the issue could be that Segger Embedded Studio does not flash the child image, hci_rpmsg, to the network core on the nRF5340. If you build using west, then this should be done automatically starting from NCS v.1.4.0. The hci_rpmsg image should be located in your_build_folder\hci_rpmsg\zephyr

    You could try to flash it manually, using nrfjprog. e.g. from inside the build folder:

    nrfjprog --program hci_rpmsg\zephyr\zephyr.hex --sectorerase --coprocessor CP_NETWORK

    or using the Programmer app in nRF Connect for Desktop.

    PS: The nRF5340 Preview Development Kit (PDK) has now been replaced with the nRF5340 DK (built around the production version of the nRF5340). The nRF5340 DK is also available through Nordic’s distribution network.

Children
No Data
Related