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

Issue when programming NRF52840 dongle with DK and segger

Hello everyone I am trying to program my dongle with the Dk Following this schematic : 

When I press the reset button on the dongle, the led start pulsing in red.

I am trying to run the ble blinky example for dongle and when I click on start debug I have this window : 

And after few seconds this second one with the error  : 

And then my dongle stop pulsing red and need to be reset.

THank you and have a good day ! 

Arnaud

Parents Reply
  • I think you're missing the ground connection, GND_DETECT is not actually ground, but an input pin to the debugger to check for the presence of an external device. i.e if GND_DETECT is pulled low there's an external device connected.

    You need another jumper wire from dongle ground to DK ground.

    -edit:
    It also looks like your VDD jumper is connected to GND on your breadboard, move it over to VDD_OUT.

Children
Related