mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-18 05:58:22 +08:00
jtag tools: add config for FTDI C232HM-DDHSL-0
This commit is contained in:
parent
4bd15d900b
commit
1ae85d20d7
1 changed files with 23 additions and 0 deletions
23
tools/jtag_openocd/interface-c232hm.cfg
Normal file
23
tools/jtag_openocd/interface-c232hm.cfg
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Commands specific to the FTDI USB Hi-Speed to MPSSE Cable
|
||||
# http://www.ftdichip.com/Products/Cables/USBMPSSE.htm
|
||||
# C232HM-DDHSL-0 => 3.3V
|
||||
# C232HM-EDSL-0 => 5V !! don't apply 5V on the 3.3v pm3 pin !!
|
||||
|
||||
# Pinouts:
|
||||
# Brown <> TMS
|
||||
# Yellow <> TDI
|
||||
# Green <> TDO
|
||||
# Orange <> TCK
|
||||
# Black <> GND
|
||||
# Red <> 3.3 (don't connect if C232HM-EDSL-0! power via USB instead)
|
||||
|
||||
interface ftdi
|
||||
#ftdi_device_desc "C232HM-DDHSL-0"
|
||||
#ftdi_device_desc "C232HM-EDHSL-0"
|
||||
ftdi_vid_pid 0x0403 0x6014
|
||||
|
||||
ftdi_layout_init 0x0008 0x400b
|
||||
ftdi_layout_signal LED -ndata 0x4000
|
||||
|
||||
transport select jtag
|
||||
adapter_khz 1000
|
Loading…
Reference in a new issue