wrtsa_bios.pjt

来自「TI公司的RTDX实时数据交换技术下位机实验代码」· PJT 代码 · 共 40 行

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

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

[Source Files]
Source="wrtsa.c"
Source="wrtsa_bios.cdb"
Source="wrtsa_bioscfg.cmd"

[Generated Files]
Source="wrtsa_bioscfg.s62"
Source="wrtsa_bioscfg_c.c"

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

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"d:\myprojects\wrtsa_bios\Release" -mv6400

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

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

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

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

⌨️ 快捷键说明

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