tone.tcf.a03420
来自「DSK6713的DA测试源码程序 可以开发DSK6713程序前用来测试和学习」· A03420 代码 · 共 32 行
A03420
32 行
/*
* ======== tone.tcf ========
*
*! Revision History
*! ================
*! 28-Jan-2003 mw Created.
*
* To create tone.cdb, run Dosrun.bat in your Code Composer install directory
* then go to the example directory and type the following at the command line:
* tconf -Dconfig.importPath="%TI_DIR%\c6000\dsk6713\include"
* -Dconfig.tiRoot="%TI_DIR%" tone.tcf
*
*/
/* Load 6713 DSK platform */
utils.loadPlatform("Dsk6713");
/* Get program objects */
utils.getProgObjs(prog);
/* Enable all heaps, RTDX, Real Time Analysis, and the Task Mangager */
bios.enableFullBios(prog);
/* Set CPU frequency to 225MHz */
GBL.CLKOUT = 225.0000;
/* Disable Task Manager */
TSK.ENABLETSK = 0;
/* Generate .cdb file */
prog.gen();
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?