/****************************************************************************** * * stm32l15Xx8_flash.ld - linker script for nutos on cortex-m3 STM32L15Xx8 * *****************************************************************************/ ENTRY(NutInit) SEARCH_DIR(.) MEMORY { FLASH0 (rx) : ORIGIN = 0x08000000, LENGTH = 64K SRAM0 (rwx) : ORIGIN = 0x20000000, LENGTH = 10K } INCLUDE stm32f10x_flash.ld