Hello
I want to program and debug NRF52840 dongle using jlink But the jlink is not able to find the target . i am using SEGGER J-Link Commander V6.60d application for flashing
logs in the application::
SEGGER J-Link Commander V6.60d (Compiled Jan 9 2020 17:43:55)
DLL version V6.60d, compiled Jan 9 2020 17:43:01
Connecting to J-Link via USB...O.K.
Firmware: J-Link ARM V8 compiled Nov 28 2014 13:44:46
Hardware version: V8.00
S/N: -1
License(s): RDI,FlashDL,FlashBP,JFlash,GDB
VTref=3.287V
Type "connect" to establish a target connection, '?' for help
J-Link>connect
Please specify device / core. <Default>: NRF52840_XXAA
Type '?' for selection dialog
Device>
Please specify target interface:
J) JTAG (Default)
S) SWD
T) cJTAG
TIF>s
Specify target interface speed [kHz]. <Default>: 4000 kHz
Speed>4000
Device "NRF52840_XXAA" selected.
Connecting to target via SWD
InitTarget() start
InitTarget() end
InitTarget() start
InitTarget() end
InitTarget() start
InitTarget() end
InitTarget() start
InitTarget() end
Cannot connect to target.
----------------------------------------------------------------------------------
Hardware connections:
J-LINK NRF52840 dongle
SWDIO ----------------------------- SWDIO
SWDCLK ----------------------------- SWDCLK
5V SUPPLY ----------------------------- VBUS
VT REF ----------------------------- VDD
GND --------------------------- GND
------------------------------------------------------------------------------------
User manual of Jlink
Thanks and Regards