howto.pjt
来自「dsp开发的应用」· PJT 代码 · 共 37 行
PJT
37 行
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="e:\howto\"
ProjectType=Executable
CPUFamily=TMS320C62XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"
[Source Files]
Source="D:\ccs\ti\c6000\cgtools\lib\rts6200.lib"
Source="intvec.asm"
Source="main.c"
Source="howto.cmd"
["Compiler" Settings: "Debug"]
Options=-g -fr"e:\howto\Debug" -d"_DEBUG"
["Compiler" Settings: "Release"]
Options=-o3 -fr"e:\howto\Release"
["DspBiosBuilder" Settings: "Debug"]
Options=-v6x
["DspBiosBuilder" Settings: "Release"]
Options=-v6x
["Linker" Settings: "Debug"]
Options=-ar -c -heap1024 -m".\Debug\howto.map" -o".\Debug\howto.out" -stack1024 -w -x
["Linker" Settings: "Release"]
Options=-c -m".\Release\howto.map" -o".\Release\howto.out" -w -x
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?