Skip to content

Commit

Permalink
Merge branch 'pr-824/MFaehling/patch-1' into develop
Browse files Browse the repository at this point in the history
Add aliased SRAM2 region in the L496 memory map (#824)
  • Loading branch information
Nightwalker-87 committed Feb 21, 2020
2 parents fa35d5b + 44aab55 commit 364f241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gdbserver/gdb-server.c
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ static const char* const memory_map_template_L496 =
"<memory-map>"
" <memory type=\"rom\" start=\"0x00000000\" length=\"0x%x\"/>" // code = sram, bootrom or flash; flash is bigger
" <memory type=\"ram\" start=\"0x10000000\" length=\"0x10000\"/>" // SRAM2 (64 KB)
" <memory type=\"ram\" start=\"0x20000000\" length=\"0x40000\"/>" // SRAM1 (256 KB)
" <memory type=\"ram\" start=\"0x20000000\" length=\"0x50000\"/>" // SRAM1 + aliased SRAM2 (256+64=320 KB)
" <memory type=\"flash\" start=\"0x08000000\" length=\"0x%x\">"
" <property name=\"blocksize\">0x800</property>"
" </memory>"
Expand Down

0 comments on commit 364f241

Please sign in to comment.