Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
card10
firmware
Commits
d10b189a
Commit
d10b189a
authored
5 years ago
by
theDigitalGuy
Browse files
Options
Downloads
Patches
Plain Diff
made openocd always use SWD and added small note about gdb debugging files
parent
612772fa
Branches
mixer2
No related tags found
1 merge request
!288
made openocd always use SWD and added small note about gdb debugging files
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Documentation/debugger.rst
+6
-0
6 additions, 0 deletions
Documentation/debugger.rst
openocd/scripts/target/max32665.cfg
+3
-0
3 additions, 0 deletions
openocd/scripts/target/max32665.cfg
with
9 additions
and
0 deletions
Documentation/debugger.rst
+
6
−
0
View file @
d10b189a
...
@@ -115,6 +115,12 @@ command to soft-reset card10.
...
@@ -115,6 +115,12 @@ command to soft-reset card10.
...
...
(gdb)
(gdb)
.. note::
I you will also find the following self-describing gdb files in the firmware
root directory, which do not require additional arguments:
``flash-all.gdb, flash-bootloader.gdb,
flash-both.gdb, flash-epicardium.gdb, flash-pycardium.gdb``
.. warning::
.. warning::
If you are used to use ``mon reset halt``, be aware that the card10 prototypes
If you are used to use ``mon reset halt``, be aware that the card10 prototypes
do not connect the reset line to the debugger. OpenOCD is configured to only do
do not connect the reset line to the debugger. OpenOCD is configured to only do
...
...
This diff is collapsed.
Click to expand it.
openocd/scripts/target/max32665.cfg
+
3
−
0
View file @
d10b189a
# Maxim Integrated MAX32665 OpenOCD target configuration file
# Maxim Integrated MAX32665 OpenOCD target configuration file
# www.maximintegrated.com
# www.maximintegrated.com
# selecting transport method, to prevenet auto-selecting something else
transport
select
swd
# Set the reset pin configuration
# Set the reset pin configuration
reset_config
none
reset_config
none
...
...
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