aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/armdebug/Host
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-03-21 08:47:34 +0800
committerTat-Chee Wan (USM)2011-03-21 08:47:34 +0800
commit5912236ae6c18ad7c00747407d9e6e6043bcf113 (patch)
treeaf8f5eeafbcee9f24cb660c091d6b2d861735644 /AT91SAM7S256/armdebug/Host
parent1748e17b2672669b41da5d34fdcca44f1e90d6b1 (diff)
parentedc8ef9f05a2f02f401990c8b1b73da538114099 (diff)
Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebug
Diffstat (limited to 'AT91SAM7S256/armdebug/Host')
-rw-r--r--AT91SAM7S256/armdebug/Host/gdb-commands.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/AT91SAM7S256/armdebug/Host/gdb-commands.txt b/AT91SAM7S256/armdebug/Host/gdb-commands.txt
index 37b84d5..03f72a1 100644
--- a/AT91SAM7S256/armdebug/Host/gdb-commands.txt
+++ b/AT91SAM7S256/armdebug/Host/gdb-commands.txt
@@ -17,3 +17,12 @@ $p!#91
# Set R1 to 0xAA
$P1=000000AA#60
+
+# Read 16 bytes of Memory from 0x00201d74 (padding bytes after debug_mode + 4 bytes of debug_InUSBBuf)
+$m00201D74,0010#FC
+
+# Write 2 bytes of memory to 0x00201d74 (padding bytes after debug_mode)
+$M00201D74,0002:AA55#03
+
+# Write 2 bytes of memory to 0x00201d74 (padding bytes after debug_mode)
+$M00201D74,0002:9966#F5 \ No newline at end of file