ext_int_bios.pjt

来自「Configuring External Interrupts on TMS32」· PJT 代码 · 共 56 行

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

[Project Settings]
ProjectDir="F:\projects\appnote_code\application_bios_based\"
ProjectType=Executable
CPUFamily=TMS320C67XX
Tool="Compiler"
Tool="CustomBuilder"
Tool="DspBiosBuilder"
Tool="Linker"
Tool="XDC"
Config="Debug"
Config="Release"

[Source Files]
Source="..\common_src\C6727Driver.c"
Source="..\common_src\csl_dmaxClose.c"
Source="..\common_src\csl_dmaxGetHwSetup.c"
Source="..\common_src\csl_dmaxGetHwSetupFifoParam.c"
Source="..\common_src\csl_dmaxGetHwSetupGpParam.c"
Source="..\common_src\csl_dmaxGetHwStatus.c"
Source="..\common_src\CSL_dmaxGetNextFreeParamEntry.c"
Source="..\common_src\csl_dmaxHwControl.c"
Source="..\common_src\csl_dmaxHwSetup.c"
Source="..\common_src\csl_dmaxHwSetupFifoParam.c"
Source="..\common_src\csl_dmaxHwSetupGpParam.c"
Source="..\common_src\csl_dmaxHwSetupRaw.c"
Source="..\common_src\csl_dmaxInit.c"
Source="..\common_src\csl_dmaxOpen.c"
Source="c672xevm.tcf"
Source="main.c"
Source="c672xevmcfg.cmd"

[Generated Files]
Source="c672xevmcfg.s62"
Source="c672xevmcfg_c.c"

["Compiler" Settings: "Debug"]
Options=-g -fr"$(Proj_dir)\Debug" -i"..\common_include" -d"_DEBUG" -d"CHIP_6727" -mv67p

["Compiler" Settings: "Release"]
Options=-o3 -fr"$(Proj_dir)\Release" -mv6700

["Linker" Settings: "Debug"]
Options=-c -m".\Debug\ext_int_bios.map" -o".\Debug\ext_int_bios.out" -w -x -i"..\common_lib" -i"C:\bios\bios_5_20_05\packages\ti\rtdx\lib\c6000" -l"c672xSystemPatchV2_00_00.lib" -l"applySystemPatch.obj" -l"csl_C6727.lib"

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

["c672xevmcfg.cmd" Settings: "Debug"]
LinkOrder=1

["c672xevmcfg.cmd" Settings: "Release"]
LinkOrder=1

⌨️ 快捷键说明

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