aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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
==============