2 ** Abstract : Linker script for STM32F103C(8-B)Tx Device with
3 ** 32/64/128KByte FLASH, 10/20KByte RAM
6 /* Specify the memory areas */
9 RAM_CODE (rx) : ORIGIN = 0x20000000, LENGTH = 1K
10 RAM_DATA (xrw) : ORIGIN = 0x20000000 + LENGTH(RAM_CODE), LENGTH = 20K - LENGTH(RAM_CODE)
11 CCMRAM (rw) : ORIGIN = 0x10000000, LENGTH = 0K
12 FLASH (rx) : ORIGIN = 0x8004000, LENGTH = 64K - 0x4000
15 INCLUDE "variants/ldscript_gen.ld"