Skip to content

Commit d95f848

Browse files
committed
Fix linker file for SL_STK3701A
- Debug build flavour. ***NO_CI***
1 parent bc6563d commit d95f848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/AzureRTOS/SiliconLabs/SL_STK3701A/nanoCLR/efm32gg11b_CLR-DEBUG.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ __RAM_segment_used_end__ = 0;
3333
MEMORY
3434
{
3535
flash0 (rx) : org = 0x00013000, len = 2M - 76k - 4k - 908k /* flash size less the space reserved for nanoBooter, configuration block and application deployment*/
36-
deployment (rx) : org = 0x000EF000, len = 900k /* space reserved for application deployment */
36+
deployment (rx) : org = 0x000EE000, len = 1092k /* space reserved for application deployment */
3737
config (rw) : org = 0x001FF000, len = 4k /* space reserved for configuration block */
3838
RAM (rwx): org = 0x20000000, len = 512k - 48 /* RAM */
3939
bootclpbrd (rwx): org = 0x2007FFD0, len = 48 /* boot clipboard area */

0 commit comments

Comments
 (0)