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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Woazboat
firmware
Commits
33ea73f0
Commit
33ea73f0
authored
5 years ago
by
rahix
Browse files
Options
Downloads
Plain Diff
Merge 'Always use SWD'
See merge request
card10/firmware!288
parents
d2f0f229
3f4677f8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide 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 @
33ea73f0
...
...
@@ -115,6 +115,12 @@ command to soft-reset card10.
...
(gdb)
.. note::
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::
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
...
...
This diff is collapsed.
Click to expand it.
openocd/scripts/target/max32665.cfg
+
3
−
0
View file @
33ea73f0
# Maxim Integrated MAX32665 OpenOCD target configuration file
# www.maximintegrated.com
# selecting transport method, to prevenet auto-selecting something else
transport
select
swd
# Set the reset pin configuration
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