From dcd1fa96055c08bf5b118419cd33c5910ad3564e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Sat, 22 Aug 2020 13:45:17 +0200 Subject: [PATCH] remove executable flag from CCM memory because it is not executable --- stm-firmware/stm32f407vet6_flash.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stm-firmware/stm32f407vet6_flash.ld b/stm-firmware/stm32f407vet6_flash.ld index bc66eca..e1f503a 100644 --- a/stm-firmware/stm32f407vet6_flash.ld +++ b/stm-firmware/stm32f407vet6_flash.ld @@ -36,7 +36,7 @@ MEMORY { FLASH (xr) : ORIGIN = 0x08000000, LENGTH = 512K RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 128K - CCM (xrw) : ORIGIN = 0x10000000, LENGTH = 64K + CCM (rw) : ORIGIN = 0x10000000, LENGTH = 64K } SECTIONS