wdt.pjt
来自「关于硬件系统设计不可多得的参考程序」· PJT 代码 · 共 36 行
PJT
36 行
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="test-irq"
ProjectDir="D:\ti5000\myprojects\wdt\"
ProjectType=Executable
CPUFamily=TMS320C55XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"
[Source Files]
Source="wdt.c"
Source="wdt.cmd"
["Compiler" Settings: "Debug"]
Options=-g -q -fr".\Debug" -d"_DEBUG" -d"CHIP_5509"
["Compiler" Settings: "Release"]
Options=-q -o2 -fr"D:\ti5000\myprojects\wdt\Release"
["DspBiosBuilder" Settings: "Debug"]
Options=-v55
["DspBiosBuilder" Settings: "Release"]
Options=-v55
["Linker" Settings: "Debug"]
Options=-q -c -m".\Debug\wdt.map" -o".\Debug\wdt.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 + -
显示快捷键?