dma1.pjt
来自「DSP/BIOS 应用实例,里面的例子比较经典,是入门的好程序」· PJT 代码 · 共 41 行
PJT
41 行
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="dma1"
ProjectDir="C:\ti\examples\evm6201\csl\gui_config\dma1\"
ProjectType=Executable
CPUFamily=TMS320C62XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"
[Source Files]
Source="dma1.cdb"
Source="main.c"
Source="dma1cfg.cmd"
[Generated Files]
Source="dma1cfg.s62"
Source="dma1cfg_c.c"
["Compiler" Settings: "Debug"]
Options=-g -qq -pds32 -as -d"CHIP_6201"
["Compiler" Settings: "Release"]
Options=-qq -pds32 -as -d"CHIP_6201"
["DspBiosBuilder" Settings: "Debug"]
Options=-v6x
["DspBiosBuilder" Settings: "Release"]
Options=-v6x
["Linker" Settings: "Debug"]
Options=-q -c -m"dma1.map" -o".\Debug\dma1.out" -w -x -l"csl6201.lib"
["Linker" Settings: "Release"]
Options=-q -c -m"dma1.map" -o".\Release\dma1.out" -w -x -l"csl6201.lib"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?