crc_new.pjt

来自「dsp2407串口发送接受程序」· PJT 代码 · 共 30 行

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

[Project Settings]
ProjectDir="I:\chuankouchengxu\crc_new\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="..\main1.c"
Source="..\rts2xx.lib"
Source="..\vectors.asm"
Source="..\2407.cmd"

["Compiler" Settings: "Debug"]
Options=-g -fr"I:\chuankouchengxu\crc_new\Debug" -d"_DEBUG" -v2xx

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"I:\chuankouchengxu\crc_new\Release" -v2xx

["Linker" Settings: "Debug"]
Options=-q -c -m".\Debug\crc_new.map" -o".\Debug\crc_new.out" -x

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

⌨️ 快捷键说明

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