Update gdb-server.c

pull/1197/head
c-grant 2021-11-04 21:50:12 -04:00
rodzic beffed4879
commit ce8e1c4942
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -518,6 +518,8 @@ static const char* const memory_map_template_H72x3x =
" <property name=\"blocksize\">0x%x</property>"
" </memory>"
" <memory type=\"ram\" start=\"0x40000000\" length=\"0x1fffffff\"/>" // peripheral regs
" <memory type=\"ram\" start=\"0x60000000\" length=\"0x3fffffff\"/>" // External Memory
" <memory type=\"ram\" start=\"0xC0000000\" length=\"0x1fffffff\"/>" // External device
" <memory type=\"ram\" start=\"0xe0000000\" length=\"0x1fffffff\"/>" // cortex regs
" <memory type=\"rom\" start=\"0x1ff00000\" length=\"0x20000\"/>" // bootrom
"</memory-map>";