Files
test_rtt_413/MDK_413/board/linker_scripts/link.sct
2024-07-23 16:31:02 +08:00

16 lines
464 B
Plaintext

; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_IROM1 0x08000000 0x00180000 { ; load region size_region
ER_IROM1 0x08000000 0x00180000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
}
RW_IRAM1 0x20000000 0x00050000 { ; RW data
.ANY (+RW +ZI)
}
}