openblt/Target/Demo/ARMCM4_STM32F3_Nucleo_F303K.../Boot/stm32f303.sct

20 lines
555 B
Plaintext

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