⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bldcadczcconfig.h

📁 菲斯卡尔无传感器无刷控制方案。具体说明文档和程序都在压缩包内。
💻 H
字号:
/*************************************************************************
* Freescale Inc.
* (c) Copyright 2005 Freescale, Inc.
* ALL RIGHTS RESERVED.
*************************************************************************/

/*************************************************************************
* FILE NAME         :   bldcadczcconfig.c
*
* DESCRIPTION       :   Configuration file for application
*************************************************************************/

#ifndef __BLDCADCZCCONFIG_H
#define __BLDCADCZCCONFIG_H
/* DEFINITION_START */

#ifdef __cplusplus
extern "C" {
#endif

/************************************************************************/
/*                C O N F I G U R A T I O N  S E L E C T I O N          */
/************************************************************************/

/* Power Stage selection */
//#define EVM33395_BOARD                  /* 33395 Board 12V 8A               */
#define MP_BOARD                        /* Micro Power Board 12V 4A         */

/* Motor selection */
#define MOTORA                          /* Low Voltage Motor MCG IB23810    */
//#define MOTORB                          /* Low Voltage Motor Pittman 2311   */

/* PWM operating mode selection */
//#define INDEPENDENT_PWM_MODE
#define COMPLEMENTARY_PWM_MODE

/* Optional Calibration selection */
#define CALIBRATION_ENABLED             /* If enabled, all phase measurements are       */
                                        /* calibrated once during first alignment state */

/* DEFINITION_END */
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -