文件名称:EQLD238
-
所属分类:
- 标签属性:
- 上传时间:2017-04-03
-
文件大小:456.54kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
Open source bldc source 开源bldc源码-The Open source BLDC source motors source BLDC source motors
(系统自动生成,下载前可以参看下载内容)
下载文件列表
.gitignore
art/
art/open-bldc-logo-pcb.svg
art/open-bldc-logo-wiki.svg
art/open-bldc-logo.png
art/README
doc/
doc/design-discussions.txt
doc/openbldc_startup.dia
doc/phases_and_zones.svg
doc/PWM-Schemes.svg
doc/PWM-Schemes2.svg
doc/pwm_schemes_and_bemf.svg
README
source/
source/.gitignore
source/conf/
source/conf/clogic-v1_1-board-config.yaml
source/conf/mc-config.yaml
source/conf/test_32bit_tim-config.yaml
source/conf/test_blink-config.yaml
source/conf/test_can-config.yaml
source/conf/test_ext_flash-config.yaml
source/conf/test_governor-config.yaml
source/conf/test_sys_tick-config.yaml
source/firmware/
source/firmware/COPYING
source/firmware/doc/
source/firmware/doc/.gitignore
source/firmware/doxygen.conf
source/firmware/doxygen_header.html
source/firmware/driver/
source/firmware/driver/32bit_tim.c
source/firmware/driver/32bit_tim.h
source/firmware/driver/adc.c
source/firmware/driver/adc.h
source/firmware/driver/bemf_hardware_detect.c
source/firmware/driver/bemf_hardware_detect.h
source/firmware/driver/can.c
source/firmware/driver/can.h
source/firmware/driver/debug_pins.c
source/firmware/driver/debug_pins.h
source/firmware/driver/ext_flash.c
source/firmware/driver/ext_flash.h
source/firmware/driver/i2c1.c
source/firmware/driver/i2c1.h
source/firmware/driver/led.c
source/firmware/driver/led.h
source/firmware/driver/macro_utils.h
source/firmware/driver/mcu.c
source/firmware/driver/mcu.h
source/firmware/driver/sys_tick.c
source/firmware/driver/sys_tick.h
source/firmware/driver/usart.c
source/firmware/driver/usart.h
source/firmware/Makefile
source/firmware/Makefile.targets
source/firmware/README
source/firmware/scripts/
source/firmware/scripts/black_magic_probe_debug.scr
source/firmware/scripts/black_magic_probe_flash.scr
source/firmware/scripts/setlocalversion
source/firmware/src/
source/firmware/src/comm_process.h
source/firmware/src/comm_process_hardware.c
source/firmware/src/comm_process_sampling.c
source/firmware/src/comm_tim.c
source/firmware/src/comm_tim.h
source/firmware/src/control_process.c
source/firmware/src/control_process.h
source/firmware/src/cpu_load_process.c
source/firmware/src/cpu_load_process.h
source/firmware/src/cp_aligning.c
source/firmware/src/cp_aligning.h
source/firmware/src/cp_error.c
source/firmware/src/cp_error.h
source/firmware/src/cp_idle.c
source/firmware/src/cp_idle.h
source/firmware/src/cp_spinning.c
source/firmware/src/cp_spinning.h
source/firmware/src/cp_spinup.h
source/firmware/src/cp_spinup_2step.c
source/firmware/src/cp_spinup_modstep.c
source/firmware/src/cp_spinup_soft_timer.c
source/firmware/src/gprot.c
source/firmware/src/gprot.h
source/firmware/src/main.h
source/firmware/src/mc_main.c
source/firmware/src/params_guarded.h
source/firmware/src/pwm/
source/firmware/src/pwm/pwm.c
source/firmware/src/pwm/pwm.h
source/firmware/src/pwm/pwm_schemes.h
source/firmware/src/pwm/pwm_scheme_12step_pwm_on_pwm.c
source/firmware/src/pwm/pwm_scheme_12step_pwm_on_pwm.h
source/firmware/src/pwm/pwm_scheme_6step_h_on_l_pwm.c
source/firmware/src/pwm/pwm_scheme_6step_h_on_l_pwm.h
source/firmware/src/pwm/pwm_scheme_6step_h_pwm_l_on.c
source/firmware/src/pwm/pwm_scheme_6step_h_pwm_l_on.h
source/firmware/src/pwm/pwm_scheme_6step_on_pwm.c
source/firmware/src/pwm/pwm_scheme_6step_on_pwm.h
source/firmware/src/pwm/pwm_scheme_6step_pwm_on.c
source/firmware/src/pwm/pwm_scheme_6step_pwm_on.h
source/firmware/src/pwm/pwm_utils.h
source/firmware/src/sensor_process.c
source/firmware/src/sensor_process.h
source/firmware/src/stm32.ld
source/firmware/src/types.h
source/firmware/test/
source/firmware/test/32bit_tim_main.c
source/firmware/test/32bit_tim_ref_tim.c
source/firmware/test/32bit_tim_ref_tim.h
source/firmware/test/blink_main.c
source/firmware/test/can_main.c
source/firmware/test/debug_pins_main.c
source/firmware/test/ext_flash_main.c
source/firmware/test/governor_main.c
source/firmware/test/gprot_test_ext_flash.c
source/firmware/test/gprot_test_ext_flash.h
source/firmware/test/gprot_test_governor.c
source/firmware/test/gprot_test_governor.h
source/firmware/test/sys_tick_main.c
source/libgovernor/
source/libgovernor/.gitignore
source/libgovernor/AUTHORS
source/libgovernor/COPYING
source/libgovernor/doc/
source/libgovernor/include/
source/libgovernor/include/lg/
source/libgovernor/include/lg/gpdef.h
source/libgovernor/include/lg/gprotc.h
source/libgovernor/include/lg/gprotm.h
source/libgovernor/include/lg/ring.h
source/libgovernor/include/lg/types.h
source/libgovernor/INSTALL
source/libgovernor/m4/
source/libgovernor/README
source/libgovernor/scripts/
source/libgovernor/scripts/setlocalversion
source/libgovernor/src/
source/libgovernor/src/gprotc.c
source/libgovernor/src/gprotm.c
source/libgovernor/src/ring.c
source/libgovernor/tests/
source/libgovernor/tests/check_gprotc_suite.c
source/libgovernor/tests/check_gprotm_suite.c
source/libgovernor/tests/check_gprot_suite.c
source/libgovernor/tests/check_main.c
source/libgovernor/tests/check_ring_suite.c
source/libgovernor/tests/check_suites.h
source/libgovernor/tests/check_utils.c
source/libgovernor/tests/check_utils.h
source/Makefile
source/patches/
source/patches/summon-a
art/
art/open-bldc-logo-pcb.svg
art/open-bldc-logo-wiki.svg
art/open-bldc-logo.png
art/README
doc/
doc/design-discussions.txt
doc/openbldc_startup.dia
doc/phases_and_zones.svg
doc/PWM-Schemes.svg
doc/PWM-Schemes2.svg
doc/pwm_schemes_and_bemf.svg
README
source/
source/.gitignore
source/conf/
source/conf/clogic-v1_1-board-config.yaml
source/conf/mc-config.yaml
source/conf/test_32bit_tim-config.yaml
source/conf/test_blink-config.yaml
source/conf/test_can-config.yaml
source/conf/test_ext_flash-config.yaml
source/conf/test_governor-config.yaml
source/conf/test_sys_tick-config.yaml
source/firmware/
source/firmware/COPYING
source/firmware/doc/
source/firmware/doc/.gitignore
source/firmware/doxygen.conf
source/firmware/doxygen_header.html
source/firmware/driver/
source/firmware/driver/32bit_tim.c
source/firmware/driver/32bit_tim.h
source/firmware/driver/adc.c
source/firmware/driver/adc.h
source/firmware/driver/bemf_hardware_detect.c
source/firmware/driver/bemf_hardware_detect.h
source/firmware/driver/can.c
source/firmware/driver/can.h
source/firmware/driver/debug_pins.c
source/firmware/driver/debug_pins.h
source/firmware/driver/ext_flash.c
source/firmware/driver/ext_flash.h
source/firmware/driver/i2c1.c
source/firmware/driver/i2c1.h
source/firmware/driver/led.c
source/firmware/driver/led.h
source/firmware/driver/macro_utils.h
source/firmware/driver/mcu.c
source/firmware/driver/mcu.h
source/firmware/driver/sys_tick.c
source/firmware/driver/sys_tick.h
source/firmware/driver/usart.c
source/firmware/driver/usart.h
source/firmware/Makefile
source/firmware/Makefile.targets
source/firmware/README
source/firmware/scripts/
source/firmware/scripts/black_magic_probe_debug.scr
source/firmware/scripts/black_magic_probe_flash.scr
source/firmware/scripts/setlocalversion
source/firmware/src/
source/firmware/src/comm_process.h
source/firmware/src/comm_process_hardware.c
source/firmware/src/comm_process_sampling.c
source/firmware/src/comm_tim.c
source/firmware/src/comm_tim.h
source/firmware/src/control_process.c
source/firmware/src/control_process.h
source/firmware/src/cpu_load_process.c
source/firmware/src/cpu_load_process.h
source/firmware/src/cp_aligning.c
source/firmware/src/cp_aligning.h
source/firmware/src/cp_error.c
source/firmware/src/cp_error.h
source/firmware/src/cp_idle.c
source/firmware/src/cp_idle.h
source/firmware/src/cp_spinning.c
source/firmware/src/cp_spinning.h
source/firmware/src/cp_spinup.h
source/firmware/src/cp_spinup_2step.c
source/firmware/src/cp_spinup_modstep.c
source/firmware/src/cp_spinup_soft_timer.c
source/firmware/src/gprot.c
source/firmware/src/gprot.h
source/firmware/src/main.h
source/firmware/src/mc_main.c
source/firmware/src/params_guarded.h
source/firmware/src/pwm/
source/firmware/src/pwm/pwm.c
source/firmware/src/pwm/pwm.h
source/firmware/src/pwm/pwm_schemes.h
source/firmware/src/pwm/pwm_scheme_12step_pwm_on_pwm.c
source/firmware/src/pwm/pwm_scheme_12step_pwm_on_pwm.h
source/firmware/src/pwm/pwm_scheme_6step_h_on_l_pwm.c
source/firmware/src/pwm/pwm_scheme_6step_h_on_l_pwm.h
source/firmware/src/pwm/pwm_scheme_6step_h_pwm_l_on.c
source/firmware/src/pwm/pwm_scheme_6step_h_pwm_l_on.h
source/firmware/src/pwm/pwm_scheme_6step_on_pwm.c
source/firmware/src/pwm/pwm_scheme_6step_on_pwm.h
source/firmware/src/pwm/pwm_scheme_6step_pwm_on.c
source/firmware/src/pwm/pwm_scheme_6step_pwm_on.h
source/firmware/src/pwm/pwm_utils.h
source/firmware/src/sensor_process.c
source/firmware/src/sensor_process.h
source/firmware/src/stm32.ld
source/firmware/src/types.h
source/firmware/test/
source/firmware/test/32bit_tim_main.c
source/firmware/test/32bit_tim_ref_tim.c
source/firmware/test/32bit_tim_ref_tim.h
source/firmware/test/blink_main.c
source/firmware/test/can_main.c
source/firmware/test/debug_pins_main.c
source/firmware/test/ext_flash_main.c
source/firmware/test/governor_main.c
source/firmware/test/gprot_test_ext_flash.c
source/firmware/test/gprot_test_ext_flash.h
source/firmware/test/gprot_test_governor.c
source/firmware/test/gprot_test_governor.h
source/firmware/test/sys_tick_main.c
source/libgovernor/
source/libgovernor/.gitignore
source/libgovernor/AUTHORS
source/libgovernor/COPYING
source/libgovernor/doc/
source/libgovernor/include/
source/libgovernor/include/lg/
source/libgovernor/include/lg/gpdef.h
source/libgovernor/include/lg/gprotc.h
source/libgovernor/include/lg/gprotm.h
source/libgovernor/include/lg/ring.h
source/libgovernor/include/lg/types.h
source/libgovernor/INSTALL
source/libgovernor/m4/
source/libgovernor/README
source/libgovernor/scripts/
source/libgovernor/scripts/setlocalversion
source/libgovernor/src/
source/libgovernor/src/gprotc.c
source/libgovernor/src/gprotm.c
source/libgovernor/src/ring.c
source/libgovernor/tests/
source/libgovernor/tests/check_gprotc_suite.c
source/libgovernor/tests/check_gprotm_suite.c
source/libgovernor/tests/check_gprot_suite.c
source/libgovernor/tests/check_main.c
source/libgovernor/tests/check_ring_suite.c
source/libgovernor/tests/check_suites.h
source/libgovernor/tests/check_utils.c
source/libgovernor/tests/check_utils.h
source/Makefile
source/patches/
source/patches/summon-a
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.