ccsfir.cmd

来自「matlab连接ccs的例子」· CMD 代码 · 共 36 行

CMD
36
字号
/* CCSFIR.CMD - Example Target Linker Command Fail *   This file is provided as an example linker command file *   for the target code that implements the Matlab demo: CCSFIRDEMO *   This file was tested with a 62xx DSK and 67xx EVM.  However, *   it may be necessary to modify this file to conform to  *   details of each DSP implementation. *//* * Copyright 2001-2002 The MathWorks, Inc. * $Revision: 1.6 $ $Date: 2002/06/12 15:31:03 $ */-c-heap  0x100-stack 0x100  /* adequate for demo program */MEMORY{    IRAM       : origin = 0x0,         len = 0x10000}SECTIONS{        .vectors  load=0x00000000         .text    > IRAM        .bss     > IRAM        .cinit   > IRAM        .const   > IRAM        .far     > IRAM        .stack   > IRAM        .cio     > IRAM        .sysmem  > IRAM}

⌨️ 快捷键说明

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