代码搜索:bldc系统
找到约 10,000 项符合「bldc系统」的源代码
代码结果 10,000
www.eeworm.com/read/378039/9253328
h bldc.h
//*****************************************************************************
//
// bldc.h - Prototypes for the brushless DC motor application.
//
// Copyright (c) 2005,2006 Luminary Micro, Inc. Al
www.eeworm.com/read/371960/9528574
c bldc.c
/*;========================================================================*
* File name : bldc.c *
* Author: Davidlee *
* Data: 2007.05.17*
* Version: 2.0 *
* Organization: Tianhuang Technology
www.eeworm.com/read/371960/9528579
pjt bldc.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="F:\thf-2dsp\dsp2407\dsp2.21.1\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="C
www.eeworm.com/read/371960/9528583
out bldc.out
www.eeworm.com/read/371960/9528584
paf bldc.paf
www.eeworm.com/read/165034/10078512
cmd bldc.cmd
/*-------------------------------------------------------------------------------------------*/
/* LINKER COMMAND FILE - MEMORY SPECIFICATION for C240 */
/* Last update 24 Sep 96 */
/*-----------
www.eeworm.com/read/355800/10243696
asm bldc.asm
;**********************************************************************
; ;
; HT46R47 Demo Board for Single phase BLDC Motor ;
;
www.eeworm.com/read/462162/7208117
h bldc.h
#ifndef __BLDC_H__
#define __BLDC_H__
//Motor charactor 's definitions
#define SUP_VOL 24
#define RPM_PER_V 138.73
#define OPT_PULSE_PER_TURN 50
#define SPEED_DET
www.eeworm.com/read/462162/7208118
c bldc.c
#include
#if SPEED_DET == HALL_QEI //use hall effect sensor to count speed
static uint32 Hall_Count;
#endif
#define MOTOR_STOPPED 0
#define MOTOR_PID_RUNNIN