Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
lwc
/
compare
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Pipelines
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
87489b2a
authored
Feb 18, 2020
by
lwc-tester
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
openocd modifications
parent
1276cc7b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
0 deletions
+28
-0
templates/bluepill/openocd.cfg
+1
-0
templates/f7/openocd.cfg
+27
-0
No files found.
templates/bluepill/openocd.cfg
View file @
87489b2a
...
...
@@ -7,6 +7,7 @@ ftdi_vid_pid 0x0403 0x6010
# The other channel is used for UART
ftdi_channel 1
ftdi_layout_init 0x0018 0x05fb
ftdi_serial FT2XCRZ1
# BDBUS4 is connected to JTAG TRST
ftdi_layout_signal nTRST -data 0x0010
...
...
templates/f7/openocd.cfg
0 → 100644
View file @
87489b2a
interface ftdi
transport select swd
ftdi_device_desc "FT2232H MiniModule"
ftdi_vid_pid 0x0403 0x6010
ftdi_serial FT2XA9MY
# The other channel is used for UART
ftdi_channel 1
ftdi_layout_init 0x0018 0x05fb
# This is somehow necessary?
ftdi_layout_signal SWD_EN -data 0
# BDBUS4 is connected to System Reset
ftdi_layout_signal nSRST -data 0x0010
#set WORKAREASIZE 0x2000
source [find target/stm32f7x.cfg]
#tpiu config internal swodump.stm32f103-generic.log uart off 72000000
#reset_config srst_only srst_push_pull srst_nogate connect_assert_srst
reset_config srst_only srst_push_pull srst_nogate
#reset_config none srst_push_pull srst_nogate
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment