TI DSP C6000 反转实验源代码 适合TI C6000系列DSP处理器

源代码在线查看: m.pjt

软件大小: 18 K
上传用户: tianlin4431
关键词: C6000 DSP TI 实验
下载地址: 免注册下载 普通下载 VIP

相关代码

				; Code Composer Project File, Version 2.0 (do not modify or remove this line)
				
				[Project Settings]
				ProjectDir="D:\Work\ICETEKLab\IDK-MLab\6711-A\Lab1-Reverse\"
				ProjectType=Executable
				CPUFamily=TMS320C67XX
				Tool="Compiler"
				Tool="DspBiosBuilder"
				Tool="Linker"
				Config="Debug"
				Config="Release"
				
				[Source Files]
				Source="m.c"
				Source="vectors.asm"
				Source="m.cmd"
				
				["Compiler" Settings: "Debug"]
				Options=-g -q -@"debug.pbc" -fr"D:\Work\ICETEKLab\IDK-MLab\6711-A\Lab1-Reverse\Debug" -d"_DEBUG" -mv6700
				
				["Compiler" Settings: "Release"]
				Options=-q -o3 -fr"D:\Work\ICETEKLab\IDK-MLab\6711-A\Lab1-Reverse\Release" -mv6700
				
				["DspBiosBuilder" Settings: "Debug"]
				Options=-v6x
				
				["DspBiosBuilder" Settings: "Release"]
				Options=-v6x
				
				["Linker" Settings: "Debug"]
				Options=-q -c -m".\Debug\m.map" -o".\Debug\m.out" -x
				
				["Linker" Settings: "Release"]
				Options=-q -c -m".\Release\m.map" -o".\Release\m.out" -x
				
							

相关资源