Skip to content

Commit

Permalink
Merge pull request #288 from stefan-misik/master
Browse files Browse the repository at this point in the history
Added AHB3 Peripherals definition for STM32F4
  • Loading branch information
texane committed Dec 29, 2014
2 parents cbab4b1 + 0674304 commit 6b31e1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gdbserver/gdb-server.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ static const char* const memory_map_template_F4 =
" <property name=\"blocksize\">0x20000</property>" //128kB
" </memory>"
" <memory type=\"ram\" start=\"0x40000000\" length=\"0x1fffffff\"/>" // peripheral regs
" <memory type=\"ram\" start=\"0x60000000\" length=\"0x7fffffff\"/>" // AHB3 Peripherals
" <memory type=\"ram\" start=\"0xe0000000\" length=\"0x1fffffff\"/>" // cortex regs
" <memory type=\"rom\" start=\"0x1fff0000\" length=\"0x7800\"/>" // bootrom
" <memory type=\"rom\" start=\"0x1fffc000\" length=\"0x10\"/>" // option byte area
Expand Down

0 comments on commit 6b31e1c

Please sign in to comment.