From ef09fb2b69137508a371d8b542d9c706887e9143 Mon Sep 17 00:00:00 2001 From: Uwe Bonnes Date: Mon, 21 Jan 2013 11:01:44 +0100 Subject: README: Add the hint about "set mem inaccessible-by-default off" from the mailing list --- README | 5 +++++ 1 file changed, 5 insertions(+) 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 ============== -- cgit v1.2.3