Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vesta
openocd
Commits
e7269e32
Commit
e7269e32
authored
Jul 15, 2011
by
Øyvind Harboe
Browse files
stm32f2xxx: comments about frequency choice
parent
f44bde23
Changes
2
Hide whitespace changes
Inline
Side-by-side
jimtcl
@
60dfb023
Subproject commit
411e92fea9621630eb350e0c2bb43543e553b84f
Subproject commit
60dfb023c4afa95047e0fa8db49830ccb46446b2
tcl/target/stm32f2xxx.cfg
View file @
e7269e32
...
...
@@ -21,6 +21,11 @@ if { [info exists WORKAREASIZE] } {
}
# JTAG speed should be <= F_CPU/6. F_CPU after reset is 8MHz, so use F_JTAG = 1MHz
#
# Since we may be running of an RC oscilator, we crank down the speed a
# bit more to be on the safe side. Perhaps superstition, but if are
# running off a crystal, we can run closer to the limit. Note
# that there can be a pretty wide band where things are more or less stable.
jtag_khz 1000
jtag_nsrst_delay 100
...
...
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