crc.pjt

来自「Usage: void CRC(int*,int*,int,int」· PJT 代码 · 共 40 行

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

[Project Settings]
ProjectDir="d:\ti\myprojects\CRC\"
ProjectType=Executable
CPUFamily=TMS320C55XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="..\..\c5500\cgtools\lib\rts55.lib"
Source="CRC.asm"
Source="init.asm"
Source="main.c"
Source="Para_def.asm"
Source="Parameter.asm"
Source="CRC.cmd"

["Compiler" Settings: "Debug"]
Options=-g -q -fr"d:\ti\myprojects\CRC\Debug" -d"_DEBUG"

["Compiler" Settings: "Release"]
Options=-q -o2 -fr"d:\ti\myprojects\CRC\Release"

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

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

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

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

⌨️ 快捷键说明

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