This repository has been archived on 2025-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
controller-hd/MDK-ARM/controller-v2/controller-v2.sct

22 lines
586 B
Plaintext

; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_IROM1 0x08000000 0x00100000 { ; load region size_region
ER_IROM1 0x08000000 0x00100000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
}
RW_RAM1 0x10007FF0 UNINIT 0x00000010 { ; RW data
.ANY (+RW +ZI)
}
RW_IRAM1 0x20000000 0x00018000 {
.ANY (+RW +ZI)
}
RW_IRAM2 0x10000000 0x00007FF0 {
.ANY (+RW +ZI)
}
}