ad_interrupt_fail.pjt

来自「这是基于dsp编写的利用各种方法产生来启动AD,包含书上介绍的所有方法」· PJT 代码 · 共 31 行

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

[Project Settings]
ProjectDir="F:\DSPprojects2\failure\AD_Interrupt_fail\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="Define.asm"
Source="GLOBAL.C"
Source="Main.c"
Source="rts2xx.lib"
Source="DSP.CMD"

["Compiler" Settings: "Debug"]
Options=-g -q -fr"F:\DSPprojects2\failure\AD_Interrupt_fail\Debug" -d"_DEBUG" -v2xx

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"F:\DSPprojects2\failure\AD_Interrupt_fail\Release" -v2xx

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

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

⌨️ 快捷键说明

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