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

NRF52840 dongle is not working after selecting recover option in NRFgo studio

HI 

I am programming NRF52840 dongle using nrf52840 dk 

i have flashed blinky code to my nrf52840 dongle it programmed sucessfully after that i have erased the dongle by selecting recover option in nrfgo studio from then my dongle is stopped working.

Thanks and Regards

Parents Reply
  • Hi,

    As mentioned, it seems you have erased the UICR of the chip (as part of the full chip erase). Therefore, the board chip has a too low VDD voltage to be debugged from a DK. The procedure is described in detail in the last part of the nRF52840 Dongle Programming Tutorial.

    You have two options. Either use a professional debugger with a level shifter or modify the dongle HW to use a higher supply voltage. If the first is out of the question, then you need to:

    1. modify the dongle as explained in detail under External regulated source.
    2. Power the dongle from an external regulator that is about 3 V
    3. Now program the device via a debugger (for instance the DK can be used now). Make sure that the hew firmware properly configures REG0. (see nRF52840 Dongle Programming Tutorial for details).
Children
Related