Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ft232hq support #196

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions tools/openocd/interface/ft232h.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# tested on FT232HQ generic cheap purple adapter
# TCK: D0
# TDI: D1
# TDO: D2
# TMS: D3
# TRST: D4
# SRST: D5


adapter driver ftdi
ftdi vid_pid 0x0403 0x6014

ftdi tdo_sample_edge falling
transport select jtag

ftdi channel 0

ftdi layout_init 0x0078 0x017b

ftdi layout_signal nTRST -ndata 0x0010 -noe 0x0040
ftdi layout_signal nSRST -ndata 0x0020 -noe 0x0040

adapter speed 100