/* * Copyright 2020 Birte Kristina 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