nRF5 SDK is not maintained anymore
More Info: Consider nRF Connect SDK for new designs
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Unable to program nRF5340 DK

Hi, I'm following the steps on https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_gsg_ncs%2FUG%2Fgsg%2Ffirst_test.html

But in Programmer, the read, write, erase&write, etc buttons are all gray.

Parents
  • Hello Aobo,

    You can try to disconnect the DK and inset it again, pressing the reset button (SW5) and then read the flash. 

    The issue might be the readback protection is enabled. You can also recover the device from command terminal using following command.

    nrfjprog --recover --coprocessor CP_NETWORK

    nrfjprog --recover

    This command is for removing readback protection and for performing erasing and flashing of the device as well. One thing you have to make sure that to recover the network core first. 

    Try this and let me know the outcome.

    Best Regards,

    Kazi Afroza Sultana

  • Hi, Kazi,

    I tried 

    nrfjprog --recover --coprocessor CP_NETWORK

    nrfjprog --recover

    I can erase & write. But the nRF Toolbox app cannot find the Dev Kit after I reset(or re-power) it.

     

     

Reply Children
Related