aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorUwe Bonnes2013-01-21 11:01:44 +0100
committerUwe Bonnes2013-01-21 11:02:44 +0100
commitef09fb2b69137508a371d8b542d9c706887e9143 (patch)
treeafd81c68aff3f9eba58b0ccb8b0e5ecad99f902e /README
parent8033fb2529c08ccae24aaa8853be76e97eb945da (diff)
README: Add the hint about "set mem inaccessible-by-default off" from the mailing list
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 413428d..1bef2e6 100644
--- a/README
+++ b/README
@@ -38,6 +38,11 @@ instead of JTAG to connect to the target.
Once attached, all the standard GDB commands may be used to start and control
the execution of the embedded application.
+The peripheral registers are not included in the memory map provided to GDB.
+I suggest you add the command "set mem inaccessible-by-default off' to
+your '.gdbinit'. That will allow you to access addresses outside of
+the memory map. It will treat anything outside of the memory map as
+RAM.
Project layout
==============