link.cmd

来自「本程序可以完成视频图像的运动目标的检测!它是在CCS上调试通过后」· CMD 代码 · 共 41 行

CMD
41
字号

-l DM642_appcfg.cmd

/* include the RF5 module */
-l algrf.l64        /* XDAIS algorithm instance manager module      */
-l chan.l64         /* Channel Manager module                       */
-l icc.l64          /* Inter-Cell Communication module              */
-l scom.l64         /* Synchronized communication module            */
-l sscr.l64         /* Shared Scratch Module                        */
-l utl.l64          /* Utility module for debugging and diagnostics */

-l vport.l64
-l evmdm642bsl.lib

/* 
 *  Algorithm DIFF: bind the generic DIFF symbol to TI's implementation
 *  of the algorithm, and include the appropriate library
 */
-l ..\..\lib\diff_ti.l64
_DIFF_IDIFF = _DIFF_TI_IDIFF;

/* 
 *  Algorithm ROTATE: bind the generic ROTATE symbol to TI's implementation
 *  of the algorithm, and include the appropriate library
 */
-l ..\..\lib\rotate_ti.l64
_ROTATE_IROTATE = _ROTATE_TI_IROTATE;

SECTIONS
{    
    .int_qtbl           >       ISRAM
    .timer:TIME_sect    >       ISRAM
    .captureBuf         >       SDRAM
    .INTPROCBUFF        >       ISRAM
    .EXTPROCBUFF        >       SDRAM
    .user_data_int		>		ISRAM
}



⌨️ 快捷键说明

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