STM32H750XB_RT-THREAD/48-MDK编译过程及文件全解/SCT文件应用/1.自动分配变量到SDRAM/sct文件备份.txt
2025-07-21 14:34:29 +08:00

24 lines
712 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;本文件用于备份sct文件的配置要使用时把本文件名改为“SDRAM.sct”
;然后复制到Output目录即可。
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_IROM1 0x90000000 0x01000000 { ; load region size_region
ER_IROM1 0x90000000 0x01000000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
}
RW_IRAM1 0x24000000 0x00060000 { ; 内部SRAM
*.o(STACK) ;选择栈区
.ANY (+RW +ZI) ;其余的RW/ZI-data都分配到这里
}
RW_ERAM1 0xD0000000 0x04000000 { ; 外部SDRAM
.ANY (+RW +ZI) ;选择EXRAM节区
}
}