From: Craig Lilley Date: Mon, 4 May 2015 22:16:31 +0000 (+0100) Subject: Updated the memory map for stm32f42xxx and stm32f43xxx devices. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=0c11337f0211766b1ac31c2f4adb49aa2457aab0;p=fw%2Fstlink Updated the memory map for stm32f42xxx and stm32f43xxx devices. * These devices have up to 256K of sram. * External memory accessed via the FMC controller is now accessible in GDB. --- diff --git a/gdbserver/gdb-server.c b/gdbserver/gdb-server.c index 0ddebb0..5878222 100644 --- a/gdbserver/gdb-server.c +++ b/gdbserver/gdb-server.c @@ -325,7 +325,11 @@ static const char* const memory_map_template_F4_HD = "" " " // code = sram, bootrom or flash; flash is bigger " " // ccm ram - " " // sram + " " // sram + " " // fmc bank 1 (nor/psram/sram) + " " // fmc bank 2 & 3 (nand flash) + " " // fmc bank 4 (pc card) + " " // fmc sdram bank 1 & 2 " " //Sectors 0..3 " 0x4000" //16kB " "