This is an automated email from Gerrit.

Andrew Wesie ([email protected]) just uploaded a new patch set to Gerrit, which 
you can find at http://openocd.zylin.com/6081

-- gerrit

commit aab3711f43d4724939b7a17cfe59aa2feff1915e
Author: Andrew Wesie <[email protected]>
Date:   Sun Mar 7 17:48:27 2021 +0900

    tcl/interface/ftdi: Add PLS SPC5 debugger config
    
    Change-Id: I694201db0811beebc94e87822c87fbfc6aecc4c4
    Signed-off-by: Andrew Wesie <[email protected]>

diff --git a/tcl/interface/ftdi/pls_spc5.cfg b/tcl/interface/ftdi/pls_spc5.cfg
new file mode 100644
index 0000000..3b111dd
--- /dev/null
+++ b/tcl/interface/ftdi/pls_spc5.cfg
@@ -0,0 +1,34 @@
+#
+# PLS SPC5-UDESTK
+#
+# https://www.st.com/en/development-tools/spc5-udestk.html
+#
+# Reference the SPC56D Discovery schematics.
+#
+# ADBUS0 TCK
+# ADBUS1 TDI
+# ADBUS2 TDO
+# ADBUS3 TMS
+# ADBUS4 TMS
+# ADBUS5 RTCK
+# ADBUS6
+# ADBUS7 LED1
+#
+# ACBUS0 nTRST
+# ACBUS1 nSRST
+# ACUBS2
+# ACBUS3
+# ACBUS4
+# ACBUS5 nSRST direction (input=L, output=H, external pull-down)
+# ACBUS6 TMS direction (input=L, output=H, external pull-up)
+# ACBUS7 LED2
+#
+
+adapter driver ftdi
+ftdi_device_desc "PLS USB/JTAG Adapter for SPC5xxx"
+ftdi_vid_pid 0x263d 0x4001
+
+ftdi_channel 0
+ftdi_layout_init 0x0008 0x000b
+ftdi_layout_signal nTRST -data 0x0100 -oe 0x0100
+ftdi_layout_signal nSRST -data 0x2200 -oe 0x2200

-- 


_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to