From 986000492d61f47a584e5d2ad89ce9cf73e4c0c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Nohlg=C3=A5rd?= Date: Sun, 6 May 2018 07:48:43 +0200 Subject: [PATCH] stm32_common: Adjust ldscript memory segment attributes --- cpu/stm32_common/ldscripts/stm32_common.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/stm32_common/ldscripts/stm32_common.ld b/cpu/stm32_common/ldscripts/stm32_common.ld index fcd9635417..fb50fcf119 100644 --- a/cpu/stm32_common/ldscripts/stm32_common.ld +++ b/cpu/stm32_common/ldscripts/stm32_common.ld @@ -22,7 +22,7 @@ ccmram_length = DEFINED( ccmram_len ) ? ccmram_len : 0x0 ; MEMORY { - ccmram (rwx): ORIGIN = 0x10000000, LENGTH = ccmram_length + ccmram : ORIGIN = 0x10000000, LENGTH = ccmram_length } INCLUDE cortexm.ld