📄 ccsfir_6x0x.cmd
字号:
/***************************************************************************** * CCSFIR_6x0x.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 6201/6702/6202 processors in * memory map mode 1. * * It may be necessary to modify this file to conform to * details of each DSP implementation. ****************************************************************************//* * Copyright 2001-2002 The MathWorks, Inc. * $Revision: 1.2 $ $Date: 2000/12/13 16:47:07 $ */-c-heap 0x1000-stack 0x1000 /* adequate for demo program */-lrts6201.libMEMORY{ PRAM : origin = 0x0, len = 0x10000 DRAM : origin = 0x80000000, len = 0x10000}SECTIONS{ .vectors load=0x00000000 .text > PRAM .bss > DRAM .cinit > DRAM .const > DRAM .far > DRAM .stack > DRAM .cio > DRAM .sysmem > DRAM}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -