1 Star 0 Fork 0

embedded-devs/scm-dev

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
add_section.sct 943 Bytes
一键复制 编辑 原始数据 按行查看 历史
苏木 提交于 2025-09-25 07:50 +08:00 . refactor(MDK): ♻️ 添加自定义节区实例
; *************************************************************
; *** 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 0x00005000 { ; RW data internal SRAM region 1 (20KB)
*.o(STACK) ; Select the STACK section, stack
*.o(HEAP) ; Select the HEAP section, heap
*.o(my_section) ; Select the my_section section to customize the section
.ANY (+RW +ZI) ; All RW/ZI data allocated here
}
RW_IRAM2 0x20005000 0x00007000 { ; RW data internal SRAM region 2 (28KB)
.ANY (+RW +ZI) ; All RW/ZI data allocated here
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/embedded-devs/scm-dev.git
git@gitee.com:embedded-devs/scm-dev.git
embedded-devs
scm-dev
scm-dev
master

搜索帮助