From 259ee0e7022ce15f4f2c8294a4fc3de7005d7fab Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Mon, 29 Apr 2019 07:30:28 +0100 Subject: working with one set of stripes --- oocd/interface/stlink-v2.cfg | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 oocd/interface/stlink-v2.cfg (limited to 'oocd/interface/stlink-v2.cfg') diff --git a/oocd/interface/stlink-v2.cfg b/oocd/interface/stlink-v2.cfg new file mode 100644 index 0000000..39fe1bb --- /dev/null +++ b/oocd/interface/stlink-v2.cfg @@ -0,0 +1,17 @@ +# +telnet_port 4444 +gdb_port 3333 + +interface hla +transport select hla_swd + +#hla_layout stlink +#hla_device_desc "ST-LINK/V2" +#hla_vid_pid 0x0483 0x3748 + + +source [find interface/stlink-v2.cfg] + +reset_config connect_assert_srst + + -- cgit v1.2.3