From 18d84999797fbdff9b16f1e2c390548d1131757d Mon Sep 17 00:00:00 2001 From: harmut01 Date: Wed, 31 Mar 2021 16:27:28 +0100 Subject: [PATCH] Refactor ER_IROM1 load region defintion --- .../TARGET_MAX32630/device/TOOLCHAIN_ARM_STD/MAX3263x.sct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/TARGET_Maxim/TARGET_MAX32630/device/TOOLCHAIN_ARM_STD/MAX3263x.sct b/targets/TARGET_Maxim/TARGET_MAX32630/device/TOOLCHAIN_ARM_STD/MAX3263x.sct index d6ea9e54dc..b8258fcffc 100644 --- a/targets/TARGET_Maxim/TARGET_MAX32630/device/TOOLCHAIN_ARM_STD/MAX3263x.sct +++ b/targets/TARGET_Maxim/TARGET_MAX32630/device/TOOLCHAIN_ARM_STD/MAX3263x.sct @@ -34,7 +34,7 @@ #define RAM_FIXED_SIZE (Stack_Size + VECTOR_SIZE) LR_IROM1 MBED_APP_START MBED_APP_SIZE { ; load region size_region - ER_IROM1 MBED_APP_START MBED_APP_START { ; load address = execution address + ER_IROM1 MBED_APP_START MBED_APP_SIZE { ; load address = execution address *.o (RESET, +First) *(InRoot$$Sections) .ANY (+RO)