File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
bsp/stm32/stm32wb55-st-nucleo/board/linker_scripts Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments