Hello SEGGER, greetings from Wales!
I seem to be having a spot of bother with my recently purchased J-Link mini. No matter what I have tried to do, the J-Link doesn't seem to like my Arduino Due's part, an Atmel ATSAM3X8E. The J-Link finds the correct part, but as can be seen from the trace below, it just won't commune with it, it "Cannot connect to target.", which diagnostic I get on both of the Due's USB ports.
"""
C:\Program Files (x86)\SEGGER\JLink>jlink
SEGGER J-Link Commander V6.80e (Compiled Jul 13 2020 19:01:34)
DLL version V6.80e, compiled Jul 13 2020 19:00:48
Connecting to J-Link via USB...O.K.
Firmware: J-Link EDU Mini V1 compiled Jun 9 2020 13:36:46
Hardware version: V1.00
S/N: 801021561
License(s): FlashBP, GDB
VTref=3.299V
Type "connect" to establish a target connection, '?' for help
J-Link>connect
Please specify device / core. <Default>: ATSAM3X8E
Type '?' for selection dialog
Device>
Please specify target interface:
J) JTAG (Default)
S) SWD
T) cJTAG
TIF>
Device position in JTAG chain (IRPre,DRPre) <Default>: -1,-1 => Auto-detect
JTAGConf>
Specify target interface speed [kHz]. <Default>: 4000 kHz
Speed>
Device "ATSAM3X8E" selected.
Connecting to target via JTAG
Could not measure total IR len. TDO is constant high.
Could not measure total IR len. TDO is constant high.
Could not measure total IR len. TDO is constant high.
Could not measure total IR len. TDO is constant high.
Cannot connect to target.
J-Link>
"""
Further, Atmel Studio is unhappy too, as it complains with "Error: Error connecting to device over JTAG", which is the same diagnostic reported by Studio when there is no ribbon cable between the J-Link and the target at all!
Unfortunately, I don't have any other parts/cards to test the J-Link with, so the above trace is the best I can manage, for the moment. I hope it helps.
Kind regards, Bill
I seem to be having a spot of bother with my recently purchased J-Link mini. No matter what I have tried to do, the J-Link doesn't seem to like my Arduino Due's part, an Atmel ATSAM3X8E. The J-Link finds the correct part, but as can be seen from the trace below, it just won't commune with it, it "Cannot connect to target.", which diagnostic I get on both of the Due's USB ports.
"""
C:\Program Files (x86)\SEGGER\JLink>jlink
SEGGER J-Link Commander V6.80e (Compiled Jul 13 2020 19:01:34)
DLL version V6.80e, compiled Jul 13 2020 19:00:48
Connecting to J-Link via USB...O.K.
Firmware: J-Link EDU Mini V1 compiled Jun 9 2020 13:36:46
Hardware version: V1.00
S/N: 801021561
License(s): FlashBP, GDB
VTref=3.299V
Type "connect" to establish a target connection, '?' for help
J-Link>connect
Please specify device / core. <Default>: ATSAM3X8E
Type '?' for selection dialog
Device>
Please specify target interface:
J) JTAG (Default)
S) SWD
T) cJTAG
TIF>
Device position in JTAG chain (IRPre,DRPre) <Default>: -1,-1 => Auto-detect
JTAGConf>
Specify target interface speed [kHz]. <Default>: 4000 kHz
Speed>
Device "ATSAM3X8E" selected.
Connecting to target via JTAG
Could not measure total IR len. TDO is constant high.
Could not measure total IR len. TDO is constant high.
Could not measure total IR len. TDO is constant high.
Could not measure total IR len. TDO is constant high.
Cannot connect to target.
J-Link>
"""
Further, Atmel Studio is unhappy too, as it complains with "Error: Error connecting to device over JTAG", which is the same diagnostic reported by Studio when there is no ribbon cable between the J-Link and the target at all!
Unfortunately, I don't have any other parts/cards to test the J-Link with, so the above trace is the best I can manage, for the moment. I hope it helps.
Kind regards, Bill