From 6c4c7264ddedf8c89987c16e9bf026752076b3bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergi=20Hern=C3=A1ndez?= <shernand@iri.upc.edu> Date: Sun, 31 May 2015 19:16:59 +0000 Subject: [PATCH] Minor format chnage for the linker script. --- l0/linker_scripts/STM32L0_64FLASH_8RAM.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l0/linker_scripts/STM32L0_64FLASH_8RAM.ld b/l0/linker_scripts/STM32L0_64FLASH_8RAM.ld index f61b862..78008f8 100755 --- a/l0/linker_scripts/STM32L0_64FLASH_8RAM.ld +++ b/l0/linker_scripts/STM32L0_64FLASH_8RAM.ld @@ -40,7 +40,7 @@ _Min_Stack_Size = 0x400; /* required amount of stack */ /* Specify the memory areas */ MEMORY { -FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 64K +FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 64K EEPROM (rw) : ORIGIN = 0x08080000, LENGTH = 2K RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 8K } -- GitLab