⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sram_placement.xml

📁 LPC2148 bulk传输,带DMA的,而且还带TNKernel实时操作系统
💻 XML
字号:
<!DOCTYPE Linker_Placement_File><Root name="SRAM Section Placement" >  <MemorySegment name="External SRAM;SRAM" >    <ProgramSection load="Yes" inputsections="*(.text .text.* .glue_7t .glue_7 .gnu.linkonce.t.*)" name=".text" />    <ProgramSection load="Yes" inputsections="KEEP (*(SORT(.dtors.*))) KEEP (*(.dtors))" name=".dtors" />    <ProgramSection load="Yes" inputsections="KEEP (*(SORT(.ctors.*))) KEEP (*(.ctors))" name=".ctors" />    <ProgramSection load="Yes" inputsections="*(.bss .bss.* .gnu.linkonce.b.*) *(COMMON)" name=".bss" />    <ProgramSection alignment="4" load="No" name=".data_load" />    <ProgramSection alignment="4" load="Yes" inputsections="*(.data .data.* .gnu.linkonce.d.*)" name=".data" />    <ProgramSection alignment="0x10" load="Yes" inputsections="*(.rodata .rodata.* .gnu.linkonce.r.*)" name=".rodata" />    <ProgramSection alignment="4" size="0x100" load="Yes" name=".heap" />    <ProgramSection alignment="0x10" size="0x200" load="Yes" name=".stack" />    <ProgramSection alignment="0x10" size="0x200" load="Yes" name=".stack_irq" />    <ProgramSection alignment="0x10" size="0x10" load="Yes" name=".stack_fiq" />  </MemorySegment>  <MemorySegment name="Internal SRAM;SRAM" >    <ProgramSection load="Yes" inputsections="*(.vectors .vectors.*)" name=".vectors" />    <ProgramSection alignment="4" load="No" name=".fast_load" />    <ProgramSection alignment="4" load="Yes" inputsections="*(.fast .fast.*)" name=".fast" />  </MemorySegment></Root>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -