summaryrefslogtreecommitdiff
path: root/bluefnorf/stm32f103c8t6.ld
blob: f70bbb7aed8ffef171c13b2e36503ba39a0391bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
__estack = 0x20005000;


MEMORY
{
	rom (rx) : ORIGIN = 0x08000000, LENGTH = 64K
	ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
}


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