1 Star 0 Fork 4

TheTravels/pico-debug

forked from delbertw/pico-debug 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
picodebug_xip_placement.xml 702 Bytes
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE Linker_Placement_File>
<Root name="picodebug Section Placement">
<MemorySegment name="SRAM">
<ProgramSection alignment="4" load="Yes" name=".boot" />
<ProgramSection alignment="4" load="Yes" name=".bootc" />
</MemorySegment>
<MemorySegment name="XIP_SRAM">
<ProgramSection alignment="0x100" load="Yes" name=".vectors" />
<ProgramSection alignment="4" load="Yes" name=".text" />
<ProgramSection alignment="4" load="Yes" name=".data" />
<ProgramSection alignment="4" load="Yes" name=".rodata" />
<ProgramSection alignment="4" load="No" name=".bss" />
<ProgramSection alignment="8" size="__STACKSIZE__" load="No" name=".stack" />
</MemorySegment>
</Root>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/TheTravels/pico-debug.git
git@gitee.com:TheTravels/pico-debug.git
TheTravels
pico-debug
pico-debug
master

搜索帮助