Merge pull request #76 from prattmic/master

Fixed issue #66
pull/77/head^2
texane 2012-05-11 11:14:04 -07:00
commit 5cb053d227
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -182,7 +182,8 @@ static const char* const memory_map_template_F4 =
" \"http://sourceware.org/gdb/gdb-memory-map.dtd\">"
"<memory-map>"
" <memory type=\"rom\" start=\"0x00000000\" length=\"0x100000\"/>" // code = sram, bootrom or flash; flash is bigger
" <memory type=\"ram\" start=\"0x20000000\" length=\"0x30000\"/>" // sram
" <memory type=\"ram\" start=\"0x10000000\" length=\"0x10000\"/>" // ccm ram
" <memory type=\"ram\" start=\"0x20000000\" length=\"0x20000\"/>" // sram
" <memory type=\"flash\" start=\"0x08000000\" length=\"0x10000\">" //Sectors 0..3
" <property name=\"blocksize\">0x4000</property>" //16kB
" </memory>"