bluepill-knurling-rs/memory.x
2024-03-13 21:20:52 +00:00

6 lines
139 B
Text

/* Linker script for the STM32F103C8T6 */
MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 64K
RAM : ORIGIN = 0x20000000, LENGTH = 20K
}