summaryrefslogtreecommitdiff
path: root/src/arch/stm32f446re-nucleo/stm32f446.ld
blob: 8dbd01809f5b56ed69c297b617aba62c6e410770 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright 2020 Daniel Friesel
 *
 * SPDX-License-Identifier: CC0-1.0
 */

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

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