bioslab.cmd

来自「SEED_TMS320vc5402dsk是在TI的TMS320VC5402DSK」· CMD 代码 · 共 24 行

CMD
24
字号
/*****************************************************************************/
/* 5402DSK One-day linker command file  BIOSlab.CMD                          */
/*                                                                           */
/* This command file is set up for OVLY = 1. So DARAM1 and 2 are both        */
/* accessable from program and data space                                    */
/*                                                                           */
/* Scott Bland  03/08/2000                                                   */
/*                                                                           */
/*****************************************************************************/
   
/* First include DSP/BIOS generated linker command file */
-l BIOSlabcfg.cmd

/* Now allocate our special sections */
SECTIONS
{
   coefficients > IDATA  PAGE 1    align (32)
   delay	> IDATA  PAGE 1    align (32)

   asmcode	> IPROG	 PAGE 0
}     


⌨️ 快捷键说明

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