aboutsummaryrefslogtreecommitdiff
path: root/lib/efm32/efm32tg/libopencm3_efm32tg840f32.ld
blob: 2cb8daf0f53c0e07295da728776c67f58ec14990 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* lengths from d011_efm32tg840_datasheet.pdf table 1.1, offset from
 * d0034_efm32tg_reference_manual.pdf figure 5.2.
 *
 * the origins and memory structure are constant over all tinygeckos, but the
 * MEMORY section requires the use of constants, and has thus to be duplicated
 * over the chip variants.
 * */

MEMORY
{
	rom (rx) : ORIGIN = 0, LENGTH = 32k
	ram (rwx) : ORIGIN = 0x20000000, LENGTH = 4k
}

INCLUDE libopencm3_efm32tg.ld;