From 12f9a51f7d74f2b9affd6627ba03a7ee00462637 Mon Sep 17 00:00:00 2001 From: Christophe Favergeon Date: Tue, 29 Oct 2019 09:21:06 +0100 Subject: [PATCH] CMSIS-DSP: Modified testing environment for M0. --- Platforms/FVP/ARMCM0/LinkScripts/AC6/lnk.sct | 2 +- Platforms/FVP/ARMCM7/LinkScripts/AC6/lnk.sct | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Platforms/FVP/ARMCM0/LinkScripts/AC6/lnk.sct b/Platforms/FVP/ARMCM0/LinkScripts/AC6/lnk.sct index 12700611..b96fc9d9 100755 --- a/Platforms/FVP/ARMCM0/LinkScripts/AC6/lnk.sct +++ b/Platforms/FVP/ARMCM0/LinkScripts/AC6/lnk.sct @@ -14,7 +14,7 @@ ; *----------------------------------------------------------------------------*/ #define __ROM_BASE 0x00000000 -#define __ROM_SIZE 0x00200000 +#define __ROM_SIZE 0x00250000 /*--------------------- Embedded RAM Configuration --------------------------- ; RAM Configuration diff --git a/Platforms/FVP/ARMCM7/LinkScripts/AC6/lnk.sct b/Platforms/FVP/ARMCM7/LinkScripts/AC6/lnk.sct index cdd4cea2..f4b23594 100644 --- a/Platforms/FVP/ARMCM7/LinkScripts/AC6/lnk.sct +++ b/Platforms/FVP/ARMCM7/LinkScripts/AC6/lnk.sct @@ -14,7 +14,7 @@ ; *----------------------------------------------------------------------------*/ #define __ROM_BASE 0x00000000 -#define __ROM_SIZE 0x00200000 +#define __ROM_SIZE 0x00250000 /*--------------------- Embedded RAM Configuration --------------------------- ; RAM Configuration