cheapsdo2.0/memory.x

8 lines
185 B
Plaintext

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