Skip to content

Commit 1384597

Browse files
authored
Merge pull request #743 from groleo/scatter-file-change
always put the main.o code and the startup data in RAM1
2 parents 7e10bfe + a4f573f commit 1384597

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/daplink/daplink.sct

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ LR_IROM1 DAPLINK_ROM_APP_START DAPLINK_ROM_APP_SIZE {
3333
RW_IRAM1 DAPLINK_RAM_APP_START DAPLINK_RAM_APP_SIZE { ; RW data
3434
.ANY (ram_func)
3535
.ANY (+RW +ZI)
36+
main.o (+RW +ZI)
37+
startup_*.o (+RW +ZI)
3638
.ANY (RAM1)
3739
}
3840

0 commit comments

Comments
 (0)