dp_busblaster.cfg 686 B

12345678910111213141516171819202122
  1. # SPDX-License-Identifier: GPL-2.0-or-later
  2. #
  3. # Dangerous Prototypes - Bus Blaster
  4. #
  5. # The Bus Blaster has a configurable buffer between the FTDI FT2232H and the
  6. # JTAG header which allows it to emulate various debugger types. It comes
  7. # configured as a JTAGkey device.
  8. #
  9. # http://dangerousprototypes.com/docs/Bus_Blaster
  10. #
  11. echo "Info : If you need SWD support, flash KT-Link buffer from https://github.com/bharrisau/busblaster
  12. and use dp_busblaster_kt-link.cfg instead"
  13. adapter driver ftdi
  14. ftdi device_desc "Dual RS232-HS"
  15. ftdi vid_pid 0x0403 0x6010
  16. ftdi layout_init 0x0c08 0x0f1b
  17. ftdi layout_signal nTRST -data 0x0100 -noe 0x0400
  18. ftdi layout_signal nSRST -data 0x0200 -noe 0x0800