aboutsummaryrefslogtreecommitdiff
path: root/src/stm32f4.c
diff options
context:
space:
mode:
authorMike Smith2011-11-25 17:04:23 -0800
committerMike Smith2011-11-25 17:04:23 -0800
commitfa7ae87e2537a9e83396ed23c88bcc508a3e4f39 (patch)
treeab380a0085b194c9bb985fdd358651a87f5d97db /src/stm32f4.c
parentf06bded8ddf0b4adef7748b6b23624bcce5c28c1 (diff)
Mention the CCM (CPU-only RAM) in the F4.
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>";