该代码采用c5400dsp的汇编语言和c语言实现正弦信号

源代码在线查看: sine.pjt

软件大小: 15 K
上传用户: youwei15
关键词: c5400 5400 dsp 代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				; Code Composer Project File, Version 2.0 (do not modify or remove this line)
				
				[Project Settings]
				ProjectName="sine"
				ProjectDir="D:\newdsp\dsplab\scode\SINE\"
				ProjectType=Executable
				CPUFamily=TMS320C54XX
				Tool="Compiler"
				Tool="DspBiosBuilder"
				Tool="Linker"
				Config="Debug"
				Config="Release"
				
				[Source Files]
				Source="C54_INIT.ASM"
				Source="C:\ti\c5400\cgtools\lib\rts.lib"
				Source="int_process.c"
				Source="SINE.ASM"
				Source="sinewave.C"
				Source="Vectors.asm"
				Source="LAB.CMD"
				
				["Compiler" Settings: "Debug"]
				Options=-g -q -fr"D:\newdsp\dsplab\scode\SINE\Debug" -d"_DEBUG"
				
				["Compiler" Settings: "Release"]
				Options=-q -o2 -fr"D:\newdsp\dsplab\scode\SINE\Release"
				
				["DspBiosBuilder" Settings: "Debug"]
				Options=-v54
				
				["DspBiosBuilder" Settings: "Release"]
				Options=-v54
				
				["Linker" Settings: "Debug"]
				Options=-q -c -o".\Debug\sine.out" -x
				
				["Linker" Settings: "Release"]
				Options=-q -c -o".\Release\rint0.out" -x
				
							

相关资源