pll1.pjt

来自「dsp5509的pll使用例程」· PJT 代码 · 共 37 行

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

[Project Settings]
ProjectName="test-irq"
ProjectDir="C:\ti\examples\generic5509\csl\simple\pll1\"
ProjectType=Executable
CPUFamily=TMS320C55XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="55xplltest.s55"
Source="pll1.c"
Source="pll1.cmd"

["Compiler" Settings: "Debug"]
Options=-g -q -fr".\Debug" -d"_DEBUG" -d"CHIP_5509"

["Compiler" Settings: "Release"]
Options=-q -o2 -fr"C:\ti\examples\generic5509\csl\simple\pll1\Release"

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

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

["Linker" Settings: "Debug"]
Options=-q -c -m"pll1.map" -o".\Debug\pll1.out" -x -l"csl5509.lib" -l"rts55.lib"

["Linker" Settings: "Release"]
Options=-q -c -o".\Release\test-irq.out" -x

⌨️ 快捷键说明

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