Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
card10
openocd
Commits
57fc63f9
Commit
57fc63f9
authored
Feb 28, 2010
by
Spencer Oliver
Browse files
cm3-ftest: change to use arm disassemble
Signed-off-by:
Spencer Oliver
<
ntfreak@users.sourceforge.net
>
parent
c9560ba1
Changes
1
Hide whitespace changes
Inline
Side-by-side
testing/examples/cortex/cm3-ftest.cfg
View file @
57fc63f9
...
...
@@ -63,7 +63,7 @@ proc load_and_run { name halfwords n_instr } {
mwh $addr 0xe7fe
# disassemble, as sanity check and what's-happening trace
cortex_m3
disassemble 0x20000000 [expr 1 + $n_instr ]
arm
disassemble 0x20000000 [expr 1 + $n_instr ]
# Assume that block of code is at most 16 halfwords long.
# Create a basic table of loop-to-self exception handlers.
...
...
Write
Preview
Supports
Markdown
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