aboutsummaryrefslogtreecommitdiff
path: root/src/stm32f4.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm32f4.c')
-rw-r--r--src/stm32f4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stm32f4.c b/src/stm32f4.c
index 3451baf..7c11234 100644
--- a/src/stm32f4.c
+++ b/src/stm32f4.c
@@ -59,6 +59,7 @@ static const char stm32f4_xml_memory_map[] = "<?xml version=\"1.0\"?>"
" <property name=\"blocksize\">0x20000</property>"
" </memory>"
" <memory type=\"ram\" start=\"0x20000000\" length=\"0x30000\"/>"
+ " <memory type=\"ram\" start=\"0x10000000\" length=\"0x10000\"/>"
"</memory-map>";