Ai-Thinker-Open_RTL8710BX_A.../Living_SDK/board/stm32l433rc-nucleo/STM32L433.sct
2020-06-18 22:04:32 +08:00

17 lines
608 B
Text

; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_IROM1 0x08000000 0x40000 { ; load region size_region(256KB)
ER_IROM1 0x08000000 0x40000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
}
RW_IRAM1 0x20000000 { ; RW data
.ANY (+RW +ZI)
}
ARM_LIB_HEAP +0 EMPTY 0x00010000-ImageLength(RW_IRAM1) ; Heap region, ram 64KB
{ }
ScatterAssert(ImageLength(ARM_LIB_HEAP) > 0x1000) ; Heap limit
}