Skip to content

Commit de1d079

Browse files
authored
Merge pull request #4452 from xupenghu/patch-1
[bsp][stm32wb55] Update link.sct
2 parents a203253 + 18fa9b8 commit de1d079

File tree

1 file changed

+9
-4
lines changed
  • bsp/stm32/stm32wb55-st-nucleo/board/linker_scripts

1 file changed

+9
-4
lines changed

bsp/stm32/stm32wb55-st-nucleo/board/linker_scripts/link.sct

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@
22
; *** Scatter-Loading Description File generated by uVision ***
33
; *************************************************************
44

5-
LR_IROM1 0x08000000 0x00100000 { ; load region size_region
6-
ER_IROM1 0x08000000 0x00100000 { ; load address = execution address
5+
LR_IROM1 0x08000000 0x00080000 { ; load region size_region
6+
ER_IROM1 0x08000000 0x00080000 { ; load address = execution address
77
*.o (RESET, +First)
88
*(InRoot$$Sections)
99
.ANY (+RO)
1010
}
11-
RW_IRAM1 0x20000000 0x00030000 { ; RW data
11+
RW_IRAM1 0x20000004 0x2FFFC { ; RW data
1212
.ANY (+RW +ZI)
1313
}
14-
}
14+
RW_RAM_SHARED 0x20030000 0x2800 { ; RW data
15+
*(MAPPING_TABLE)
16+
*(MB_MEM1)
17+
*(MB_MEM2)
18+
}
19+
}
1520

0 commit comments

Comments
 (0)