summaryrefslogtreecommitdiff
path: root/firmware/buspirate.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/buspirate.cfg')
-rw-r--r--firmware/buspirate.cfg35
1 files changed, 35 insertions, 0 deletions
diff --git a/firmware/buspirate.cfg b/firmware/buspirate.cfg
new file mode 100644
index 0000000..8d85846
--- /dev/null
+++ b/firmware/buspirate.cfg
@@ -0,0 +1,35 @@
+# =========================================================
+# What: BusPirate Version 3b with OpenOCD support
+# Using: USB serial on COM port 13
+# JTAG: <available pins & description>
+# See: http://dangerousprototypes.com/docs/Bus_Pirate_JTAG_connections_for_OpenOCD
+# Note: 1) If you have "normal" mode AND "0" pullup,
+# THEN do not connect Vpu & VTref!
+# 2) Cygwin uses serial USB COM ports as:
+# /dev/ttyS[N-1] == /dev/comN
+# Make sure it's not already used with
+# any other terminal or programs...
+# =========================================================
+interface buspirate
+# Not yet implemented properly...
+#transport select jtag
+# Set the serial port to be used:
+buspirate_port /dev/buspirate
+#buspirate_port /dev/ttyS12
+# Set "normal" or "fast" (~1 MHz)communication speed:
+buspirate_speed normal
+# Turn OFF the voltage regulator:
+#buspirate_vreg 0
+# ---------------------------------------------------------
+# Remember that VTref (Vcc) is connected to pull-up's.
+# If you are NOT using pull-up's with "normal" drain
+# pin-mode, then do NOT connect Vpu to VTref!
+# ---------------------------------------------------------
+buspirate_mode normal
+buspirate_pullup 0
+# ---------------------------------------------------------
+#buspirate_mode open-drain
+#buspirate_pullup 1
+# ---------------------------------------------------------
+# This depends on the cable, you are safe with this option:
+reset_config srst_only \ No newline at end of file