Syrostan-MCU/memory.x

7 lines
140 B
Plaintext

/* Linker script for the STM32F103VCT6 */
MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 256K
RAM : ORIGIN = 0x20000000, LENGTH = 48K
}