c2xx_bex.cmd

来自「本测试程序是针对TMS320LF2407 EVM的性能测试而设计开发的。程序运行」· CMD 代码 · 共 40 行

CMD
40
字号
/*  Linker command file to specify c2xxprog sections          */
/*  and define PRG2xxw declarations                           */
/*  Locates program section in B0 ram and uses B1 data buffer */
/*  for Flash 0 array programming                             */
/*  Rev : 1.10                                                */
/*  Modified by : Sam Saba, TI Houston             12/24/96   */                                             
-e PRG_init
-o c2xx_bex.out
-m c2xx_bex.map
c2xx_bex.obj



MEMORY
{
  PAGE 0 : PROG: 	origin = 0x8000, length = 0x012f
  PAGE 0 : SPRG: 	origin = 0x814f, length = 0x0030

  PAGE 1 : VARS: 	origin = 0x0300, length = 0x0010
  PAGE 1 : DATA: 	origin = 0x0320, length = 0x00d0
  PAGE 1 : DSPAD1: 	origin = 0x0310, length = 0x0010

}


SECTIONS
{
  PRG_parm  : {} > DSPAD1 PAGE 1
  PRG_data  : {} > DATA   PAGE 1
  ary_var   : {} > 0x300  PAGE 1
  PRG_text  : {} > PROG   PAGE 0
  ALG_text  : {} > PROG   PAGE 0
  SPL_text  : {} > SPRG   PAGE 0
  fl_prg    : {} > PROG   PAGE 0
  DLY       : {} > PROG   PAGE 0
  REG       : {} > PROG   PAGE 0
  ARY       : {} > PROG   PAGE 0
  
}

⌨️ 快捷键说明

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