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

nrf52840 Board Detection problem after click the recover button in nRFGO studio

Hi, I am a beginner for NRF52840. I started with PCA10056 Board and installed SDK Version 13.0. I am using IAR embedded workbench. I started with blinky example and worked fine. After that to program softdevices I downloaded NRFgo studio and it detetcs my board with nRF52 Development dongles in device manager. when I click on the Nrf52 development dongles, Its shows a message like this.

NO DEVICE DETECTED, OR READBACK PROTECTION MAY BE SET

Ensure that you have segger connected correctly to the board. The board should be powered and configured for debugging.
This could be caused by the firmware going to systemoff to soon after reset
To recover from this situation use the Recover Button.This function will works by erasing all application firmware. The firmware that comes pre-programmed on the chip will not be erased.
if feedback protection is set, you must recover the device to program a new content. This will erase anything previously on the chip.

I accidently clicked on Recover button which erase all application firmware. Now my led 1 is not blinking and the nrf52840 device is not detecting in the IAR while debugging THE BLINKY example. How to solve this problem?

Parents Reply
  • Hi Andreas,

    I programmed the led blinking example on NRF52840 DEVELOPMENT KIT using nRFgo studio with program application. it works and led1,2,3,4 are blinked.

    But i tried the same example in IAR, but the segger Jlink doesnot recognize the NRF52840 DEVICE.

    if i try to find the device it doesnot have nrf52840 and  all other versions on nrf are available.

    If i tried with nrf52832 it was worked and all led are blinked like in nrf52840.

    How can i add nrf52840 into the segger jlink device list?

Children
Related