cpu/stm32f103cb: generalized linkerscript

This commit is contained in:
Hauke Petersen 2016-10-24 17:35:44 +02:00
parent 3225f020e5
commit ecb24e55bf

View File

@ -20,7 +20,7 @@
MEMORY MEMORY
{ {
rom (rx) : ORIGIN = 0x08005000, LENGTH = 128K-0x5000 rom (rx) : ORIGIN = 0x08000000, LENGTH = 128K
ram (xrw) : ORIGIN = 0x20000000, LENGTH = 20K ram (xrw) : ORIGIN = 0x20000000, LENGTH = 20K
cpuid (r) : ORIGIN = 0x1ffff7e8, LENGTH = 12 cpuid (r) : ORIGIN = 0x1ffff7e8, LENGTH = 12
} }