sect_place_load.xml
来自「MSP430电能测量程序,用的是电力线载波通讯.即PLC」· XML 代码 · 共 26 行
XML
26 行
<!DOCTYPE Linker_Placement_File>
<Root name="MSP430 Section Placement" >
<MemorySegment name="LFLASH" >
<ProgramSection alignment="0x2" load="Yes" name="CODE" />
<ProgramSection load="Yes" name="CONST" />
<ProgramSection size="0x2" load="Yes" name="TAG" start="0xfdde" />
<ProgramSection size="32" load="Yes" start="0xfde0" name="INTVEC" />
<ProgramSection alignment="0x2" size="0x100" load="Yes" inputsections=".V_SELECT" name="V_SELECT" start="0xfe00" />
<ProgramSection size="0x20" load="Yes" inputsections=".HW_VECTS" start="0xffe0" name="HW_VECTS" />
</MemorySegment>
<MemorySegment name="INFO B" />
<MemorySegment name="INFO A" />
<MemorySegment name="INFO" >
<ProgramSection size="0x100" load="Yes" name="INFO" start="0x1000" />
<ProgramSection size="0x80" start="0x1000" name="INFOA" />
<ProgramSection size="0x80" name="INFOB" start="0x1080" />
</MemorySegment>
<MemorySegment name="RAM" >
<ProgramSection load="Yes" name=".abs" start="0x0" />
<ProgramSection size="0x40" name="IDATA0" start="0x200" />
<ProgramSection size="0xc0" start="0x240" name="ECSTR" />
<ProgramSection size="0x100" name="UDATA0" start="0x300" />
<ProgramSection size="0x200" name="CSTACK" start="0x400" />
</MemorySegment>
</Root>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?