该软件是关于无刷直流电动机调速控制的汇编程序

源代码在线查看: sensorless bldc drive control assembly code.pjt

软件大小: 9 K
上传用户: wzsq12
关键词: 软件 无刷直流电动机 调速控制 汇编程序
下载地址: 免注册下载 普通下载 VIP

相关代码

				; Code Composer Project File, Version 2.0 (do not modify or remove this line)
				
				[Project Settings]
				ProjectDir="C:\ti\myprojects\Sensorless BLDC Drive Control Assembly Code\"
				ProjectType=Executable
				CPUFamily=TMS320C24XX
				Tool="Compiler"
				Tool="Linker"
				Config="Debug"
				Config="Release"
				
				[Source Files]
				Source="sensor.asm"
				Source="bldc.cmd"
				
				["Compiler" Settings: "Debug"]
				Options=-g -q -fr"C:\ti\myprojects\Sensorless BLDC Drive Control Assembly Code\Debug" -d"_DEBUG" -v2xx
				
				["Compiler" Settings: "Release"]
				Options=-q -o3 -fr"C:\ti\myprojects\Sensorless BLDC Drive Control Assembly Code\Release" -v2xx
				
				["Linker" Settings: "Debug"]
				Options=-q -c -m".\Debug\Sensorless BLDC Drive Control Assembly Code.map" -o".\Debug\Sensorless BLDC Drive Control Assembly Code.out" -x -v2
				
				["Linker" Settings: "Release"]
				Options=-q -c -m".\Release\Sensorless BLDC Drive Control Assembly Code.map" -o".\Release\Sensorless BLDC Drive Control Assembly Code.out" -x -v2
				
							

相关资源