/* * This file is part of the libopencm3 project. * * Copyright (C) 2012 Karl Palsson . */ /* Linker script for STM32L15xx8, 64K flash, 10K RAM. */ /* Define memory regions. */ MEMORY { rom (rx) : ORIGIN = 0x08000000, LENGTH = 64K ram (rwx) : ORIGIN = 0x20000000, LENGTH = 10K } /* Include the common ld script. */ INCLUDE libopencm3_stm32l1.ld