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

nRF52840 PDK programming trouble

Hi, I have serious troubles when trying to program the board with softdevice (s140).

  1. nRFGo Studio: nRFGo Studio installed and running fine. When I connected the board I received a notification to update jlink firmware. Update procedure ended with a board which is not programmable. I got the following error message: No device detected or readback protection may be set. I haven't found any info about that on PDK user guide. I tried the recovery procedure without any results. The nRF5x programming link is always grayed.
  2. GCC makefile: where is the 'flash_softdevice' file called by 'make flash_softdevice' I cannot find it.

Hope to have not bricked the board. Anybody could help?

thanks in advance F

Parents
  • Thank you Roger, jFlash was already installed during nRFGo Stdudio installation. It works as you kindly pointed out. So I think your comment is the answer to my question.

    I found very useful the 'Development with GCC and Eclipse' tutorial, which is what really matters to develop and flash and debug something to the board. So, as run_ar suggested, nrfjprog is the definitive tool.

    @run_ar about point 2, it was my fault. 'flash_softdevice' is obviously a target in makefile. As it is 'flash' which is useful to download the binary to board.

    thanks friends F

Reply
  • Thank you Roger, jFlash was already installed during nRFGo Stdudio installation. It works as you kindly pointed out. So I think your comment is the answer to my question.

    I found very useful the 'Development with GCC and Eclipse' tutorial, which is what really matters to develop and flash and debug something to the board. So, as run_ar suggested, nrfjprog is the definitive tool.

    @run_ar about point 2, it was my fault. 'flash_softdevice' is obviously a target in makefile. As it is 'flash' which is useful to download the binary to board.

    thanks friends F

Children
Related