sram_placement.xml
来自「LPC2148 bulk传输,带DMA的,而且还带TNKernel实时操作系统」· XML 代码 · 共 22 行
XML
22 行
<!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 + =
减小字号Ctrl + -
显示快捷键?