dp_busblaster.cfg 641 B

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