diff --git a/src/arm/linkscript.stm32f0.ld b/src/arm/linkscript.stm32f0.ld index c20eebf..c7a3bd8 100644 --- a/src/arm/linkscript.stm32f0.ld +++ b/src/arm/linkscript.stm32f0.ld @@ -1,7 +1,7 @@ MEMORY { - FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 16K - RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 4K + FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 128K + RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 16K } INCLUDE linkscript.std.ld