mainapplication.pjt

来自「这是一个用TI DSP汇编语言编写的简单的例子程序」· PJT 代码 · 共 43 行

PJT
43
字号
; Code Composer Project File, Version 2.0 (do not modify or remove this line)

[Project Settings]
ProjectName="mainapplication"
ProjectDir="C:\CCStudio_v3.10\tutorial\sim54xx\maxminmath\"
ProjectType=Executable
CPUFamily=TMS320C54XX
Tool="Compiler"
Tool="CustomBuilder"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="..\..\..\c5400\cgtools\lib\rts500.lib"
Source="anothertestapp.c"
Source="Debug\maxminlibrary.lib"
Source="testapp.c"
Source="mainapplication.cmd"

["Compiler" Settings: "Debug"]
Options=-g -as -fr"C:\CCStudio_v3.10\tutorial\sim54xx\maxminmath\Debug"

["Compiler" Settings: "Release"]
Options=-as -fr"C:\CCStudio_v3.10\tutorial\sim54xx\maxminmath\Release"

["DspBiosBuilder" Settings: "Debug"]
Options=-v54

["DspBiosBuilder" Settings: "Release"]
Options=-v54

["Linker" Settings: "Debug"]
Options=-c -heap0x400 -o".\Debug\mainapplication.out" -stack0x400 -x

["Linker" Settings: "Release"]
Options=-c -heap0x400 -o".\Release\mainapplication.out" -stack0x400 -x

["anothertestapp.c" Settings: "Debug"]
ExcludeFromBuild=true

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?