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

📄 ccstut_6x11.cmd

📁 一个MATLAB的应用程序
💻 CMD
字号:
/**************************************************************************** * CCSFIR_6x11.CMD - Example Target Linker Command File  * *   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 the 6211/6711 processors. * *   It may be necessary to modify this file to conform to  *   details of each DSP implementation.               ****************************************************************************//* * Copyright 2002 The MathWorks, Inc. * $Revision: 1.2 $ $Date: 2001/02/07 21:14:44 $ */-c-heap  0x500-stack 0x500  /* adequate for demo program */-lrts6201.libMEMORY{    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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -