mirror of
https://github.com/MikronMIK32/mik32-uploader.git
synced 2026-01-01 13:37:03 +03:00
fix adapter script
This commit is contained in:
parent
cd17b47770
commit
1cc8a4cbb2
@ -1,19 +1,15 @@
|
|||||||
#
|
#
|
||||||
# FT2232HL for openOCD Device
|
# FT2232HL for openOCD Device
|
||||||
#
|
#
|
||||||
# According to the sch file, it uses BDBUS.
|
|
||||||
#
|
|
||||||
|
|
||||||
interface ftdi
|
interface ftdi
|
||||||
# ftdi_device_desc "Dual RS232-HS (Interface 1)"
|
# ftdi_device_desc "Dual RS232-HS (Interface 1)"
|
||||||
ftdi_vid_pid 0x0403 0x6010
|
ftdi vid_pid 0x0403 0x6010
|
||||||
|
|
||||||
# ftdi_channel 0 is port ADBUS, ftdi_channel 1 is port BDBUS.
|
ftdi channel 1
|
||||||
ftdi_channel 1
|
|
||||||
|
|
||||||
transport select jtag
|
transport select jtag
|
||||||
# adapter_khz 500
|
|
||||||
|
|
||||||
ftdi_layout_init 0x00f8 0x00fb
|
ftdi layout_init 0x00f8 0x00fb
|
||||||
ftdi_layout_signal nSRST -noe 0x0040
|
ftdi layout_signal nSRST -noe 0x0040
|
||||||
ftdi_layout_signal nTRST -data 0x0010
|
ftdi layout_signal nTRST -data 0x0010
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user