mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2026-08-28 01:01:34 +00:00
rel_1.6.0 init
This commit is contained in:
commit
27b3e2883d
19359 changed files with 8093121 additions and 0 deletions
17
Living_SDK/board/stm32l433rc-nucleo/STM32L433.sct
Normal file
17
Living_SDK/board/stm32l433rc-nucleo/STM32L433.sct
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
; *************************************************************
|
||||
; *** 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue