We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d66447 commit 18d8499Copy full SHA for 18d8499
targets/TARGET_Maxim/TARGET_MAX32630/device/TOOLCHAIN_ARM_STD/MAX3263x.sct
@@ -34,7 +34,7 @@
34
#define RAM_FIXED_SIZE (Stack_Size + VECTOR_SIZE)
35
36
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
+ ER_IROM1 MBED_APP_START MBED_APP_SIZE { ; load address = execution address
38
*.o (RESET, +First)
39
*(InRoot$$Sections)
40
.ANY (+RO)
0 commit comments