# # Configuration Information to access JTAG # on 88MC200/88MW300 based dev. boards using Amontec # JTAG Key hardware. # This uses new ftdi interface instead of older # ft2232 implementation and is recommended in OpenOCD 0.8.0 and above. # interface ftdi ftdi_device_desc "Amontec JTAGkey" # Windows guys might need to use this line instead of the above # ftdi_device_desc "Amontec JTAGkey A" ftdi_vid_pid 0x0403 0xcff8 ftdi_layout_init 0x0508 0x0f1b ftdi_layout_signal nTRST -data 0x0200 -noe 0x0100 ftdi_layout_signal nSRST -data 0x0800 -noe 0x0400