?? tone.tcf
字號:
/*
* ======== tone.tcf ========
*
*! Revision History
*! ================
*! 12-Dec-2003 mw Shortened tconf path
*! 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.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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -