comparison calypso-jtag/taps-only.cfg @ 60:f362a4c18f6f

calypso-jtag/taps-only.cfg: EMU0/1 added on ADBUS5/6 as an experiment
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 22 Jun 2019 04:10:44 +0000
parents 2092878ec699
children
comparison
equal deleted inserted replaced
59:96232f00bc9c 60:f362a4c18f6f
1 # The Calypso target is connected to an unbuffered FT2232D adapter 1 # The Calypso target is connected to an unbuffered FT2232D adapter
2 # acting as the JTAG interface following Mother Mychaela's method, 2 # acting as the JTAG interface following Mother Mychaela's method,
3 # ADBUS7 is wired to the reset pin on TI's 14-pin connector. 3 # ADBUS7 is wired to the reset pin on TI's 14-pin connector.
4 # This OpenOCD config sets up the TAPs and nSRST control ability, 4 # This OpenOCD config sets up the TAPs and nSRST control ability,
5 # but no ARM7 target yet. 5 # but no ARM7 target yet. EMU0 and EMU1 connections have also been
6 # added on ADBUS5 and ADBUS6, respectively.
6 7
7 interface ftdi 8 interface ftdi
8 ftdi_vid_pid 0x0403 0x7151 9 ftdi_vid_pid 0x0403 0x7151
9 10
10 ftdi_layout_init 0x0088 0x008b 11 ftdi_layout_init 0x0088 0x008b
11 ftdi_layout_signal nSRST -data 0x0080 -oe 0x0080 12 ftdi_layout_signal nSRST -data 0x0080 -oe 0x0080
13 ftdi_layout_signal EMU0 -data 0x0020 -oe 0x0020
14 ftdi_layout_signal EMU1 -data 0x0040 -oe 0x0040
12 15
13 transport select jtag 16 transport select jtag
14 17
15 adapter_khz 6000 18 adapter_khz 6000
16 reset_config srst_only srst_push_pull 19 reset_config srst_only srst_push_pull