dec643_audio.cmd

来自「本程序用于合众达DMS643开发板的音频采集和显示程序!程序当中用到了mcasp」· CMD 代码 · 共 37 行

CMD
37
字号
/*
 * Copyright (C) 2004 SEED Incorporated
 * All Rights Reserved
 */
/*
 *---------timer1.cmd---------
 *
 */
-l .\lib\csldm642.lib
-l .\lib\rts6400.lib
-c
-x

MEMORY
{
  L2 : o = 00000000h l = 00030000h /* all SRAM     		*/
  VAR: o = 00030000h l = 00010000h
  CE0: o = 80000000h l = 00100000h /* external memory   */
}

SECTIONS
{
    .cinit      >       L2
    .text       >       L2
    .stack      >       L2
    .bss        >       L2
    .const      >       L2
    .data       >       L2
    .far        >       L2
    .switch     >       L2
    .sysmem     >       L2
    .tables     >       L2
    .cio        >       L2
    .external   >       CE0
    .uart_var	>		VAR
}                           

⌨️ 快捷键说明

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