Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

SWD interface driver for Linux

Status
Not open for further replies.

lollobrigido

Full Member level 2
Joined
Dec 13, 2002
Messages
134
Helped
2
Reputation
4
Reaction score
5
Trophy points
1,298
Location
Italy
Activity points
1,025
Hi all,
I'm attempting to use OpenOCD with SWD interface. I tried to compile all the available branches of OpenOCD but without success.
Does someone have a version of OpenOCD that work with SWD? is it able ti debug?

I'm using the SWD capable interface KT-link, andI need to use it with gdb.

Thanks in advance.
Lollo
 

HTML:
#
# Kristech KT-Link SWD Mode
#
# http://www.kristech.eu
#

interface ft2232_swd
ft2232_device_desc "KT-LINK"
ft2232_layout ktlink_swd
ft2232_vid_pid 0x0403 0xBBE2
interface_signal add RnW 0x1000
interface_signal add LED 0x8000
interface_signal add SRST 0x0a00
interface_signal add SRSTin 0x0040 
interface_signal add CLK 0x01
interface_signal add MOSI 0x02
interface_signal add MISO 0x04
interface_signal add nSWDsel 0x20

openocd-libswd / tcl / interface / kt-link-swd.cfg
 
Thanks, but which version you are using or openOCD, can you give me the link to the repository?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top