From 2def040cb811a71cf5e59effb304c47897640b5a Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 28 May 2012 19:48:26 +0000 Subject: Bring STM3220G-EVAL board configurations to same level as STM3240G-EVAL git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4779 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/stm3220g-eval/nsh/ld.script | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nuttx/configs/stm3220g-eval/nsh/ld.script') diff --git a/nuttx/configs/stm3220g-eval/nsh/ld.script b/nuttx/configs/stm3220g-eval/nsh/ld.script index a20a27500..dfa2b3ccd 100644 --- a/nuttx/configs/stm3220g-eval/nsh/ld.script +++ b/nuttx/configs/stm3220g-eval/nsh/ld.script @@ -34,11 +34,10 @@ ****************************************************************************/ /* The STM32F207IGH6U has 1024Kb of FLASH beginning at address 0x0800:0000 and - * 192Kb of SRAM. SRAM is split up into three blocks: + * 128Kb of SRAM. SRAM is split up into two blocks: * * 1) 112Kb of SRAM beginning at address 0x2000:0000 * 2) 16Kb of SRAM beginning at address 0x2001:c000 - * 3) 64Kb of CCM SRAM beginning at address 0x1000:0000 * * When booting from FLASH, FLASH memory is aliased to address 0x0000:0000 * where the code expects to begin execution by jumping to the entry point in -- cgit v1.2.3