git-subtree-dir: stm32f103c8t6-bootloader git-subtree-split: b193a72ea70c26576ec0cec4a55d540eefe53bd0
7 lines
No EOL
168 B
Text
7 lines
No EOL
168 B
Text
MEMORY
|
|
{
|
|
flash (rx) : ORIGIN = 0x08000000, LENGTH = 64K
|
|
sram (xrw) : ORIGIN = 0x20000000, LENGTH = 20K
|
|
}
|
|
|
|
INCLUDE ld/common.ld |