Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openocd_nrf52_patch
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sam Calisch
openocd_nrf52_patch
Commits
e7269e32
Commit
e7269e32
authored
Jul 15, 2011
by
Øyvind Harboe
Browse files
Options
Downloads
Patches
Plain Diff
stm32f2xxx: comments about frequency choice
parent
f44bde23
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
jimtcl
+1
-1
1 addition, 1 deletion
jimtcl
tcl/target/stm32f2xxx.cfg
+5
-0
5 additions, 0 deletions
tcl/target/stm32f2xxx.cfg
with
6 additions
and
1 deletion
jimtcl
@
60dfb023
Subproject commit
411e92fea9621630eb350e0c2bb43543e553b84f
Subproject commit
60dfb023c4afa95047e0fa8db49830ccb46446b2
This diff is collapsed.
Click to expand it.
tcl/target/stm32f2xxx.cfg
+
5
−
0
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment