realtime.pjt

来自「基于DSP2000的例程」· PJT 代码 · 共 31 行

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

[Project Settings]
ProjectName="realtime"
ProjectDir="D:\ti\tutorial\dsk2407\realtime\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="..\..\..\c2400\monitor\c200mnrt.asm"
Source="main.asm"
Source="rtvector.asm"
Source="realtime.cmd"

["Compiler" Settings: "Debug"]
Options=-g -q -as -fr"D:\ti\tutorial\dsk2407\realtime\Debug" -d"_DEBUG" -v2xx

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"D:\ti\tutorial\dsk2407\realtime\Release" -v2xx

["Linker" Settings: "Debug"]
Options=-q -c -o".\Debug\realtime.out" -x -v2

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

⌨️ 快捷键说明

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