소스 검색

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
 MEMORY
 {
 {
     CODE (rx) : ORIGIN = 0x08000000, LENGTH = 512k /* 512KB flash */
     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)
 ENTRY(Reset_Handler)
 _system_stack_size = 0x100;
 _system_stack_size = 0x100;