ad_1.pjt
来自「TMS320LF2407A DSP的ADC转换应用」· PJT 代码 · 共 29 行
PJT
29 行
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\27\ad_1\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool="Linker"
Config="Debug"
Config="Release"
[Source Files]
Source="main.c"
Source="vectors.asm"
Source="F2407.cmd"
["Compiler" Settings: "Debug"]
Options=-g -q -fr"D:\27\ad_1\Debug" -d"_DEBUG" -v2xx
["Compiler" Settings: "Release"]
Options=-q -o3 -fr"D:\27\ad_1\Release" -v2xx
["Linker" Settings: "Debug"]
Options=-q -c -m".\Debug\ad_1.map" -o".\Debug\ad_1.out" -x -v2
["Linker" Settings: "Release"]
Options=-q -c -m".\Release\ad_1.map" -o".\Release\ad_1.out" -x -v2
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?