瀏覽代碼

update link script

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2121 bbd45198-f89e-11dd-88c7-29a3b14d5316
yungchi@cs.nctu.edu.tw 13 年之前
父節點
當前提交
5f853be2df
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bsp/stm32f20x/stm32_rom.ld

+ 1 - 1
bsp/stm32f20x/stm32_rom.ld

@@ -7,7 +7,7 @@
 MEMORY
 {
     CODE (rx) : ORIGIN = 0x08000000, LENGTH = 512k /* 512KB flash */
-    DATA (rw) : ORIGIN = 0x20000000, LENGTH =  64k /* 64K sram */
+    DATA (rw) : ORIGIN = 0x20000000, LENGTH =  128k /* 64K sram */
 }
 ENTRY(Reset_Handler)
 _system_stack_size = 0x100;