⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 link.cmd

📁 本程序可以完成视频图像的运动目标的检测!它是在CCS上调试通过后
💻 CMD
字号:

-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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -