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

📄 emac.cmd

📁 TMS320DM6446平台下
💻 CMD
字号:
/*
 *  Copyright 2005 by Spectrum Digital Incorporated.
 *  All rights reserved.  Property of Spectrum Digital Incorporated.
 *
 *  Not for distribution.
 */

/*
 *  Linker command file for DaVinci EVM ( ARM side )
 *
 */

-lrts32e.lib
-larmcsl_davinci.lib
-l..\..\lib\davincievmbsl.lib

-stack          0x00000800      /* Stack Size */
-heap           0x00000800      /* Heap Size */

__I_STACK_SIZE = 0x00100000;    /* IRQ Stack        1 MB SIZE */
__S_STACK_SIZE = 0x00200000;    /* SUPERVISOR Stack 2 MB SIZE */
__F_STACK_SIZE = 0x00100000;    /* FIQ Stack        1 MB SIZE */
__U_STACK_SIZE = 0x00050000;    /* UNDEF Stack      512 KB */
__Y_STACK_SIZE = 0x00200000;    /* SYSYEM Stack     2 MB SIZE */
__A_STACK_SIZE = 0x00050000;    /* ABORT Stack      512 KB */

MEMORY
{
    IRAM_INTR:  o = 0x00000000  l = 0x00000500
    IRAM:       o = 0x00000500  l = 0x00001300
    DRAM:       o = 0x00008000  l = 0x00004000
    AEMIF:      o = 0x02000000  l = 0x02000000
    DDR2:       o = 0x80000000  l = 0x10000000
}

SECTIONS
{
    GROUP 0X0
    { 
        .intvect
    } 
    .bss:csl_section:_CSL_intcEventHandlerRecord > IRAM_INTR
    {
        . = align(8);
    }
    .bss:csl_section:intc   > IRAM 
    .text:csl_section:intc  > IRAM

    .entryPoint >   DDR2
    .bss        >   DDR2
    .cinit      >   DDR2
    .cio        >   DDR2
    .const      >   DDR2
    .stack      >   DDR2
    .sysmem     >   DDR2
    .text       >   DDR2
    .ddr2       >   DDR2
    .sstack     >   DDR2
    .istack     >   DDR2
    .fstack     >   DDR2
    .ustack     >   DDR2
    .ystack     >   DDR2
    .astack     >   DDR2
}

⌨️ 快捷键说明

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