pll2.pjt
来自「dsp5509的pll2使用例程」· 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:\Projects\C55xCSL\new_5509examples\PLL_examples\PLL2\"
ProjectType=Executable
CPUFamily=TMS320C55XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"
[Source Files]
Source="55xplltest.s55"
Source="pll2.c"
Source="pll2.cmd"
["Compiler" Settings: "Debug"]
Options=-g -q -fr".\Debug" -d"_DEBUG" -d"CHIP_5509"
["Compiler" Settings: "Release"]
Options=-q -o2 -fr"C:\Projects\C55xCSL\new_5509examples\PLL_examples\PLL2\Release"
["DspBiosBuilder" Settings: "Debug"]
Options=-v55
["DspBiosBuilder" Settings: "Release"]
Options=-v55
["Linker" Settings: "Debug"]
Options=-q -c -m".\Debug\pll2.map" -o".\Debug\pll2.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 + -
显示快捷键?