Skip to content

Commit 18d8499

Browse files
Refactor ER_IROM1 load region defintion
1 parent 3d66447 commit 18d8499

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_Maxim/TARGET_MAX32630/device/TOOLCHAIN_ARM_STD

1 file changed

+1
-1
lines changed

targets/TARGET_Maxim/TARGET_MAX32630/device/TOOLCHAIN_ARM_STD/MAX3263x.sct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#define RAM_FIXED_SIZE (Stack_Size + VECTOR_SIZE)
3535

3636
LR_IROM1 MBED_APP_START MBED_APP_SIZE { ; load region size_region
37-
ER_IROM1 MBED_APP_START MBED_APP_START { ; load address = execution address
37+
ER_IROM1 MBED_APP_START MBED_APP_SIZE { ; load address = execution address
3838
*.o (RESET, +First)
3939
*(InRoot$$Sections)
4040
.ANY (+RO)

0 commit comments

Comments
 (0)