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 connect nRF5340 DK to nRF Connect Desktop Application on Mac OS BigSur 11.3.1

Hi, 

ls/dev yields:

tty.usbmodem0009601424231
tty.usbmodem0009601424233
tty.usbmodem0009601424235

as well as

cu.usbmodem0009601424231
cu.usbmodem0009601424233
cu.usbmodem0009601424235

However DK is not getting detected by the nRF Connect Desktop Application

Macbook Pro (intel) 2021

Mac OS BigSur 11.3.1

I installed the command line tools and noticed there is something wrong:

nrfjprog --help
ERROR: JLinkARM DLL load failed. Try again. If it keeps failing, please
ERROR: reinstall latest JLinkARM from Segger webpage.
NOTE: For additional output, try running again with logging enabled (--log).
NOTE: Any generated log error messages will be displayed.

 

Parents
  • Now I am seeing another problem, where I am unable to program because the options to Read/Write to device are not clickable

  • Hi,

    I am glad to hear that you solved the first issue.

    I see that the device you have opened in the Programmer app is nRF5340 DK, so the issue might be that the readback protection is enabled. Close the device in the Programmer app, or close the app itself, and then run the following commands in a terminal to recover the device:

    nrfjprog --recover --coprocessor CP_NETWORK
    nrfjprog --recover

    This will remove the readback protection, as well as erase the flash of the device. Make sure you recover the network core first.

    Best regards,

    Marte

Reply
  • Hi,

    I am glad to hear that you solved the first issue.

    I see that the device you have opened in the Programmer app is nRF5340 DK, so the issue might be that the readback protection is enabled. Close the device in the Programmer app, or close the app itself, and then run the following commands in a terminal to recover the device:

    nrfjprog --recover --coprocessor CP_NETWORK
    nrfjprog --recover

    This will remove the readback protection, as well as erase the flash of the device. Make sure you recover the network core first.

    Best regards,

    Marte

Children
No Data
Related