summaryrefslogtreecommitdiff
path: root/src/arch/stm32f746zg-nucleo/stm32f746zg.ld
blob: 7680d9f98b4da268367b37f9b0d7381ae23cbc60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright 2024 Birte Kristina Friesel
 *
 * SPDX-License-Identifier: CC0-1.0
 */

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

INCLUDE ext/libopencm3/lib/cortex-m-generic.ld