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
  • haakonsh said:
    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.
    campestring said:
    He gnd_detect is a black wire on the picture it's difficult to see it but it's here.

     I know, read my statement again.

    You need to connect to VDD_OUT, not VBUS. Otherwise, the two devices won't have the same logic levels. 

Children
Related