Files
TencentOS-tiny/board/STM32F103_SIM800A/MDK-ARM/STM32F103_SIM800C/TencentOS_tiny.sct
supowang edb2879617 first commit for opensource
first commit for opensource
2019-09-16 13:19:50 +08:00

17 lines
478 B
Plaintext

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