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

26 lines
677 B
Plaintext

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