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

📄 exec_fir.cmd

📁 TI CCS开发环境下的FIR滤波器实现工程
💻 CMD
字号:
/*
 *  Copyright 2001 by Texas Instruments Incorporated.
 *  All rights reserved. Property of Texas Instruments Incorporated.
 *  Restricted rights to use, duplicate or disclose this code are
 *  granted through contract.
 */
/*
 *  ======== testnew2.cmd ========
 *
 */

-c
-stack 0x400
-heap 0x400
-lrts_ext.lib

MEMORY
{
    PAGE 0: P_DARAM47:   origin = 0x18000,         len = 0x8000
            VECT:        origin = 0x7f80,       len = 0x80

    PAGE 1: USERREGS:   origin = 0x60,          len = 0x1c
            BIOSREGS:   origin = 0x7c,          len = 0x4
            D_DARAM03:  origin = 0x80,          len = 0x7f80
            D_DARAM47:  origin = 0x8000,        len = 0x8000
}

SECTIONS
{
    .vectors: {} > VECT PAGE 0
    .sysregs: {} > BIOSREGS PAGE 1
    .data: 	  {} > D_DARAM47 PAGE 1
    .trcinit: {} > P_DARAM47 PAGE 0
    .gblinit: {} > P_DARAM47 PAGE 0
     frt:     {} > P_DARAM47 PAGE 0
    .text:    {} > P_DARAM47 PAGE 0
    .cinit:   {} > P_DARAM47 PAGE 0
    .pinit:   {} > P_DARAM47 PAGE 0
    .sysinit: {} > P_DARAM47 PAGE 0
    .bss:     {} > D_DARAM03 PAGE 1
    .far:     {} > D_DARAM03 PAGE 1
    .const:   {} > D_DARAM03 PAGE 1
    .switch:  {} > D_DARAM03 PAGE 1
    .sysmem:  {} > D_DARAM03 PAGE 1
    .cio:     {} > D_DARAM03 PAGE 1
    .MEM$obj: {} > D_DARAM03 PAGE 1
    .sysheap: {} > D_DARAM03 PAGE 1
    .stack:   {} > D_DARAM03 PAGE 1
}

⌨️ 快捷键说明

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