Hi Nordic
After fellow your youtube tutorials, blinky sample can be built successfully. Flashing code to PCA10090 DK,
the LED started blinky well.
However, it failed to enter debug mode. Please see attached picture. Something wrong?

Hi Nordic
After fellow your youtube tutorials, blinky sample can be built successfully. Flashing code to PCA10090 DK,
the LED started blinky well.
However, it failed to enter debug mode. Please see attached picture. Something wrong?

Hello PK,
Thanks for replying. I cannot open the link you provided: https://devzone.nordicsemi.com/support-private/support/277941. It says access denied. Is it possible to turn it to public? Thanks
Hi,
I am really sorry for the inconvenience! I didn't realize it was private. I can tell you the solution provided in there, over here.
This problem might be because of the 64 bit version of the nRF Command Line tools. Currently the extension tries to resolve JLink and friends in C:\Program Files (x86)\SEGGER\JLink, but not C:\Program Files\SEGGER\JLink.
So, to resolve this, you could either install the 32 bit version or you could try to create a symlink between the two directories:
mklink /d "C:\Program Files (x86)\SEGGER\JLink" "C:\Program Files\SEGGER\JLink"
Kindly try this and if any further problem exists, please open a new ticket.
Regards,
PK