dsk5509_usb.pjt

来自「TMS320VC5509设备端USB设备驱动程序源文件」· PJT 代码 · 共 38 行

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

[Project Settings]
ProjectDir="F:\6000\TMS320VC5509 USB程序 For Pay_Code\TMS320VC5509设备端USB应用程序源文件\DSK5509_USB\"
ProjectType=Executable
CPUFamily=TMS320C55XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="..\..\..\csl5509x.lib"
Source="..\..\..\DSK5509_USB\rts55x.lib"
Source="..\..\..\DSK5509_USB\vectors.s55"
Source="..\..\..\DSK5509_USBLIB\Debug\DSK5509_USBLIB.lib"
Source="..\..\..\DSK5509_USBLIB\DSK5509_USB.cmd"

["Compiler" Settings: "Debug"]
Options=-g -q -pdv -fr"F:\6000\TMS320VC5509 USB程序 For Pay_Code\TMS320VC5509设备端USB应用程序源文件\DSK5509_USB\Debug" -d"_DEBUG" -d"CHIP_5509" -ml

["Compiler" Settings: "Release"]
Options=-q -o2 -fr"F:\6000\TMS320VC5509 USB程序 For Pay_Code\TMS320VC5509设备端USB应用程序源文件\DSK5509_USB\Release"

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

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

["Linker" Settings: "Debug"]
Options=-q -c -m".\Debug\DSK5509_USB.map" -o".\Debug\DSK5509_USB.out" -stack1400 -sysstack1400 -w -x

["Linker" Settings: "Release"]
Options=-q -c -m".\Release\DSK5509_USB.map" -o".\Release\DSK5509_USB.out" -w -x

⌨️ 快捷键说明

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