stm32f103c8t6_128k.ld 200 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
/* Define memory regions. */
MEMORY
{
	rom (rx) : ORIGIN = 0x08000000, LENGTH = 128K
	ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
}

/* Include the common ld script. */
INCLUDE cortex-m-generic.ld