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