Hi, I'm having problems with J-Link Commander V7.94d trying to connect to a Raspberry Pico / RP2040 using a JLink mini edu - I'm getting the error "Selected interface (SWD) is not supported by the connected probe.", e.g.:
Display All
It connects fine after downgrading to V7.94c.
BTW I was having problems trying to use it from VSCode, problems went away when installing V7.94c instead of d.
JLinkExe isn't something I usually use, so I might be doing something dumb.
Source Code
- $ JLinkExe -If SWD
- SEGGER J-Link Commander V7.94d (Compiled Jan 11 2024 09:42:23)
- DLL version V7.94d, compiled Jan 11 2024 09:42:08
- Connecting to J-Link via USB...O.K.
- Firmware: J-Link EDU Mini V1 compiled Dec 13 2023 14:36:33
- Hardware version: V1.00
- J-Link uptime (since boot): 0d 00h 00m 03s
- S/N: xxxxxxxxx
- License(s): FlashBP, GDB
- USB speed mode: Full speed (12 MBit/s)
- VTref=3.156V
- Type "connect" to establish a target connection, '?' for help
- J-Link>connect
- Please specify device / core. <Default>: Unspecified
- Type '?' for selection dialog
- Device>RP2040_M0_0
- Specify target interface speed [kHz]. <Default>: 4000 kHz
- Speed>
- Device "RP2040_M0_0" selected.
- Selected interface (SWD) is not supported by the connected probe.
- J-Link>
BTW I was having problems trying to use it from VSCode, problems went away when installing V7.94c instead of d.
JLinkExe isn't something I usually use, so I might be doing something dumb.