Cannot connect JLink to DA14583 interface board

Learn MoreFAQsTutorials

3 posts / 0 new
Last post
andreasrenkema
Offline
Last seen:3 years 2 months ago
加入:2017-08-28 10:10
Cannot connect JLink to DA14583 interface board

Hello,
I am trying to program my Dialog IoT sensor dongle using the interface board (as described in UM-B-065). I have connected a micro USB cable to the CIB port on the interface board. And I've plugged the IoT dongle into J5 on the interface board. Jumpers on the interface board are set up as:
* J14 in place
* J15 in place
* J16 in place
* SW2 is ON
* IoT dongle is OFF

I am able to establish a JLink connection using the JLinkGDBServer provided by segger (version 620e). But GDB exits without connecting to the CPU (see attached screenshot).
I have also tried connecting to the device using JLink Commander, the resulting output is:


\SEGGER\JLink_V620e>JLink.exe
SEGGER J-Link Commander V6.20e (Compiled Oct 6 2017 17:06:21)
DLL version V6.20e, compiled Oct 6 2017 17:05:40

Connecting to J-Link via USB...O.K.
Firmware: J-Link OB-SAM3U128 V3 compiled Sep 21 2017 14:14:50
Hardware version: V3.00
S/N: 483014369
License(s): RDI
VTref = 3.300V

Type "connect" to establish a target connection, '?' for help
J-Link>connect
Please specify device / core. : DA14583
Type '?' for selection dialog
Device>
Please specify target interface:
J) JTAG (Default)
S)门限
TIF>
Device position in JTAG chain (IRPre,DRPre) : -1,-1 => Auto-detect
JTAGConf>
Specify target interface speed [kHz]. : 4000 kHz
Speed>
Device "DA14583" selected.

Connecting to target via JTAG
不能测量红外len总。TDOis constant high.
不能测量红外len总。TDOis constant high.
不能测量红外len总。TDOis constant high.
不能测量红外len总。TDOis constant high.
Cannot connect to target.
J-Link>

I don't know how to proceed with flashing my code to the device.
Thanks for any help,

Attachment:
Device:
MT_dialog
Offline
Last seen:1 day 4 hours ago
Staff
加入:2015-06-08 11:34
Hi andreasrenkema,

Hi andreasrenkema,

If you would like to connect directly via the SEGGER tools you will have to use the SWD interface and not the JTAG interface (choose as an option in the SWD and not the JTAG). Also if you would like to interact with the flash please try to use the Smart Snippets tool in order to interact with the flash of the 583, you will be able to find the quidelines in the UM-B-063 DA14583 IoT Sensor Development Kit in paragraph 4.

Thanks MT_dialog

andreasrenkema
Offline
Last seen:3 years 2 months ago
加入:2017-08-28 10:10
Thanks for the quick response

Thanks for the quick response MT_dialog,

This worked