Explorar el Código

fix link.lds annotation

wanghaijing hace 4 años
padre
commit
fcbec9700c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      bsp/stm32/stm32f207-st-nucleo/board/linker_scripts/link.lds

+ 2 - 2
bsp/stm32/stm32f207-st-nucleo/board/linker_scripts/link.lds

@@ -5,8 +5,8 @@
 /* Program Entry, set to mark it as "used" and avoid gc */
 MEMORY
 {
-    ROM (rx) : ORIGIN = 0x08000000, LENGTH = 1024k /* 128KB flash */
-    RAM (rw) : ORIGIN = 0x20000000, LENGTH =  128k /* 20K sram */
+    ROM (rx) : ORIGIN = 0x08000000, LENGTH = 1024k /* 1024KB flash */
+    RAM (rw) : ORIGIN = 0x20000000, LENGTH =  128k /* 128K sram */
 }
 ENTRY(Reset_Handler)
 _system_stack_size = 0x200;