makeconfig.bat
来自「使用CCS信息DSP编程,适用于6713B的启动程序。」· Batch 代码 · 共 10 行
BAT
10 行
echo off
rem -----------------------------------------------------------------
rem This file sets up the appropriate tiRoot configuration for TCONF.
rem This will generate a configuration file for the application.
rem Run the CCS dosrun.bat first to get correct path settings
rem -----------------------------------------------------------------
echo on
tconf -Dconfig.tiRoot="%TI_DIR%" -Dconfig.platform="Dsk6713" -Dconfig.importPath="../appConfig;../../../include/tci;" appcfg.tcf
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?