📄 ccstut_54xx.cmd
字号:
/**************************************************************************** * CCSFIR_54xx.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 5402 processor. * * It may be necessary to modify this file to conform to * details of each DSP implementation. ****************************************************************************//* * Copyright 2002 The MathWorks, Inc. * $Revision: 1.4 $ $Date: 2002/06/12 15:30:55 $ */-c-heap 0x1000-stack 0x100 /* adequate for demo program */-lrts.libMEMORY {/* Note: Assume PMST = 0xffe0 PMST Bit Name Value 15-7 IPTR 0xff80 6 MP/!MC 1 5 OVLY 1 3 DROM 0*/ PAGE 0: /* Program Space */ RSV1 (R) : o=00000h l=00080h /* Reserved */ DARAM (RWIX) : o=00080h l=03f80h /* On-Chip Dual-Access RAM */ EXT0 (R) : o=04000h l=0bf80h /* External Page 0 */ VECS (RWIX) : o=0ff80h l=00080h /* Interrupt Vector Table */ PAGE 1: /* Data Space */ MMRS (RW) : o=00000h l=00060h /* Memory-Mapped Registers */ SPAD (RW) : o=00060h l=00020h /* Scratch-Pad RAM */ DARAM (RWIX) : o=00080h l=03f80h /* On-Chip Dual-Access RAM */ EXT0 (R) : o=04000h l=0c000h /* External Page 0 */}SECTIONS{ GROUP : > DARAM /* group sections in overlay for contiguous addresses */ { .text /* User code */ .rtdx_text /* RTDX code */ .cinit /* initialization tables */ .pinit /* initialization functions */ .switch /* for C-switch tables */ .cio /* C-IO Buffer */ .bss /* global & static vars */ .const /* C constant tables */ .sysmem /* dynamic heap */ .stack /* system stack */ /* .sysmem : fill = 0DEADh /* dynamic heap, diagnostic version */ /* .stack : fill = 0BEEFh /* stack fill, diagnostic version */ } .vectors : > VECS PAGE 0 /* interrupt vector table */ .data : > SPAD PAGE 1 /* asm data area */}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -