From ecb24e55bf39fbae2d12329c6215470eda031562 Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Mon, 24 Oct 2016 17:35:44 +0200 Subject: [PATCH] cpu/stm32f103cb: generalized linkerscript --- cpu/stm32f1/ldscripts/stm32f103cb.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/stm32f1/ldscripts/stm32f103cb.ld b/cpu/stm32f1/ldscripts/stm32f103cb.ld index 601fb652c6..37188f3677 100644 --- a/cpu/stm32f1/ldscripts/stm32f103cb.ld +++ b/cpu/stm32f1/ldscripts/stm32f103cb.ld @@ -20,7 +20,7 @@ MEMORY { - rom (rx) : ORIGIN = 0x08005000, LENGTH = 128K-0x5000 + rom (rx) : ORIGIN = 0x08000000, LENGTH = 128K ram (xrw) : ORIGIN = 0x20000000, LENGTH = 20K cpuid (r) : ORIGIN = 0x1ffff7e8, LENGTH = 12 }