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.
2 parents 7e10bfe + a4f573f commit 1384597Copy full SHA for 1384597
source/daplink/daplink.sct
@@ -33,6 +33,8 @@ LR_IROM1 DAPLINK_ROM_APP_START DAPLINK_ROM_APP_SIZE {
33
RW_IRAM1 DAPLINK_RAM_APP_START DAPLINK_RAM_APP_SIZE { ; RW data
34
.ANY (ram_func)
35
.ANY (+RW +ZI)
36
+ main.o (+RW +ZI)
37
+ startup_*.o (+RW +ZI)
38
.ANY (RAM1)
39
}
40
0 commit comments