文件名称:STM32_Bipolar-stepper-motor-drive
-
所属分类:
- 标签属性:
- 上传时间:2015-10-10
-
文件大小:4.75mb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
STM32双极性步进电机驱动的源代码,完整的功能,库文件。
KEIL下运行-Main function:
HAL generic update
Fix flag clear procedure: use atomic write operation = instead of ready-modify-write operation |= or &=
Fix on Timeout management, Timeout value set to 0 passed to API automatically exits the function after checking the flag without any wait
Common update for the following communication peripherals: SPI, UART, USART and IRDA
Add DMA circular mode support
Remove lock recursive process
Add new macro __HAL_RESET_HANDLE_STATE to reset a given handle state
When USE_RTOS == 1 (in stm32l0xx_hal_conf.h), the __HAL_LOCK() is not defined instead of being defined empty
Use “__IO const” instead of “__I”, to avoid any compilation issue when __cplusplus switch is defined
Add new functions for the DBGMCU module
HAL_EnableDBGSleepMode()
HAL_DisableDBGSleepMode()
HAL_EnableDBGStopMode()
HAL_DisableDBGStopMode()
HAL_EnableDBGStandbyMode()
HAL_DisableDBGStandbyMode()
Miscellaneous comments update
KEIL下运行-Main function:
HAL generic update
Fix flag clear procedure: use atomic write operation = instead of ready-modify-write operation |= or &=
Fix on Timeout management, Timeout value set to 0 passed to API automatically exits the function after checking the flag without any wait
Common update for the following communication peripherals: SPI, UART, USART and IRDA
Add DMA circular mode support
Remove lock recursive process
Add new macro __HAL_RESET_HANDLE_STATE to reset a given handle state
When USE_RTOS == 1 (in stm32l0xx_hal_conf.h), the __HAL_LOCK() is not defined instead of being defined empty
Use “__IO const” instead of “__I”, to avoid any compilation issue when __cplusplus switch is defined
Add new functions for the DBGMCU module
HAL_EnableDBGSleepMode()
HAL_DisableDBGSleepMode()
HAL_EnableDBGStopMode()
HAL_DisableDBGStopMode()
HAL_EnableDBGStandbyMode()
HAL_DisableDBGStandbyMode()
Miscellaneous comments update
(系统自动生成,下载前可以参看下载内容)
下载文件列表
STM32双极性步进电机驱动/
STM32双极性步进电机驱动/Documentation/
STM32双极性步进电机驱动/Documentation/X-CUBE-SPN5-HELP.chm
STM32双极性步进电机驱动/Drivers/
STM32双极性步进电机驱动/Drivers/BSP/
STM32双极性步进电机驱动/Drivers/BSP/Components/
STM32双极性步进电机驱动/Drivers/BSP/Components/Common/
STM32双极性步进电机驱动/Drivers/BSP/Components/Common/Release_Notes.html
STM32双极性步进电机驱动/Drivers/BSP/Components/Common/accelero.h
STM32双极性步进电机驱动/Drivers/BSP/Components/Common/audio.h
STM32双极性步进电机驱动/Drivers/BSP/Components/Common/camera.h
STM32双极性步进电机驱动/Drivers/BSP/Components/Common/epd.h
STM32双极性步进电机驱动/Drivers/BSP/Components/Common/gyro.h
STM32双极性步进电机驱动/Drivers/BSP/Components/Common/io.h
STM32双极性步进电机驱动/Drivers/BSP/Components/Common/lcd.h
STM32双极性步进电机驱动/Drivers/BSP/Components/Common/motor.h
STM32双极性步进电机驱动/Drivers/BSP/Components/Common/ts.h
STM32双极性步进电机驱动/Drivers/BSP/Components/Common/tsensor.h
STM32双极性步进电机驱动/Drivers/BSP/Components/l6208/
STM32双极性步进电机驱动/Drivers/BSP/Components/l6208/Release_Notes.html
STM32双极性步进电机驱动/Drivers/BSP/Components/l6208/l6208.c
STM32双极性步进电机驱动/Drivers/BSP/Components/l6208/l6208.h
STM32双极性步进电机驱动/Drivers/BSP/Components/l6208/l6208_target_config.h
STM32双极性步进电机驱动/Drivers/BSP/MotorControl/
STM32双极性步进电机驱动/Drivers/BSP/MotorControl/Release_Notes.html
STM32双极性步进电机驱动/Drivers/BSP/MotorControl/motorcontrol.c
STM32双极性步进电机驱动/Drivers/BSP/MotorControl/motorcontrol.h
STM32双极性步进电机驱动/Drivers/BSP/STM32F0xx-Nucleo/
STM32双极性步进电机驱动/Drivers/BSP/STM32F0xx-Nucleo/Release_Notes.html
STM32双极性步进电机驱动/Drivers/BSP/STM32F0xx-Nucleo/stm32f0xx_nucleo.c
STM32双极性步进电机驱动/Drivers/BSP/STM32F0xx-Nucleo/stm32f0xx_nucleo.h
STM32双极性步进电机驱动/Drivers/BSP/STM32F0xx-Nucleo/stm32f0xx_nucleo_ihm05a1.c
STM32双极性步进电机驱动/Drivers/BSP/STM32F0xx-Nucleo/stm32f0xx_nucleo_ihm05a1.h
STM32双极性步进电机驱动/Drivers/BSP/STM32F4xx-Nucleo/
STM32双极性步进电机驱动/Drivers/BSP/STM32F4xx-Nucleo/Release_Notes.html
STM32双极性步进电机驱动/Drivers/BSP/STM32F4xx-Nucleo/stm32f4xx_nucleo.c
STM32双极性步进电机驱动/Drivers/BSP/STM32F4xx-Nucleo/stm32f4xx_nucleo.h
STM32双极性步进电机驱动/Drivers/BSP/STM32F4xx-Nucleo/stm32f4xx_nucleo_ihm05a1.c
STM32双极性步进电机驱动/Drivers/BSP/STM32F4xx-Nucleo/stm32f4xx_nucleo_ihm05a1.h
STM32双极性步进电机驱动/Drivers/BSP/STM32L0xx_Nucleo/
STM32双极性步进电机驱动/Drivers/BSP/STM32L0xx_Nucleo/Release_Notes.html
STM32双极性步进电机驱动/Drivers/BSP/STM32L0xx_Nucleo/stm32l0xx_nucleo.c
STM32双极性步进电机驱动/Drivers/BSP/STM32L0xx_Nucleo/stm32l0xx_nucleo.h
STM32双极性步进电机驱动/Drivers/BSP/STM32L0xx_Nucleo/stm32l0xx_nucleo_ihm05a1.c
STM32双极性步进电机驱动/Drivers/BSP/STM32L0xx_Nucleo/stm32l0xx_nucleo_ihm05a1.h
STM32双极性步进电机驱动/Drivers/CMSIS/
STM32双极性步进电机驱动/Drivers/CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf
STM32双极性步进电机驱动/Drivers/CMSIS/Device/
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Include/
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x6.h
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f031x6.h
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f038xx.h
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f048xx.h
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f051x8.h
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f058xx.h
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f071xb.h
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f072xb.h
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f078xx.h
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Release_Notes.html
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f030x6.s
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f030x8.s
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f031x6.s
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f038xx.s
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f042x6.s
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f048xx.s
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f051x8.s
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f058xx.s
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f071xb.s
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f072xb.s
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f078xx.s
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f030x6.s
STM32双极性步进电机驱动/Drivers/CMSIS/Device/S
STM32双极性步进电机驱动/Documentation/
STM32双极性步进电机驱动/Documentation/X-CUBE-SPN5-HELP.chm
STM32双极性步进电机驱动/Drivers/
STM32双极性步进电机驱动/Drivers/BSP/
STM32双极性步进电机驱动/Drivers/BSP/Components/
STM32双极性步进电机驱动/Drivers/BSP/Components/Common/
STM32双极性步进电机驱动/Drivers/BSP/Components/Common/Release_Notes.html
STM32双极性步进电机驱动/Drivers/BSP/Components/Common/accelero.h
STM32双极性步进电机驱动/Drivers/BSP/Components/Common/audio.h
STM32双极性步进电机驱动/Drivers/BSP/Components/Common/camera.h
STM32双极性步进电机驱动/Drivers/BSP/Components/Common/epd.h
STM32双极性步进电机驱动/Drivers/BSP/Components/Common/gyro.h
STM32双极性步进电机驱动/Drivers/BSP/Components/Common/io.h
STM32双极性步进电机驱动/Drivers/BSP/Components/Common/lcd.h
STM32双极性步进电机驱动/Drivers/BSP/Components/Common/motor.h
STM32双极性步进电机驱动/Drivers/BSP/Components/Common/ts.h
STM32双极性步进电机驱动/Drivers/BSP/Components/Common/tsensor.h
STM32双极性步进电机驱动/Drivers/BSP/Components/l6208/
STM32双极性步进电机驱动/Drivers/BSP/Components/l6208/Release_Notes.html
STM32双极性步进电机驱动/Drivers/BSP/Components/l6208/l6208.c
STM32双极性步进电机驱动/Drivers/BSP/Components/l6208/l6208.h
STM32双极性步进电机驱动/Drivers/BSP/Components/l6208/l6208_target_config.h
STM32双极性步进电机驱动/Drivers/BSP/MotorControl/
STM32双极性步进电机驱动/Drivers/BSP/MotorControl/Release_Notes.html
STM32双极性步进电机驱动/Drivers/BSP/MotorControl/motorcontrol.c
STM32双极性步进电机驱动/Drivers/BSP/MotorControl/motorcontrol.h
STM32双极性步进电机驱动/Drivers/BSP/STM32F0xx-Nucleo/
STM32双极性步进电机驱动/Drivers/BSP/STM32F0xx-Nucleo/Release_Notes.html
STM32双极性步进电机驱动/Drivers/BSP/STM32F0xx-Nucleo/stm32f0xx_nucleo.c
STM32双极性步进电机驱动/Drivers/BSP/STM32F0xx-Nucleo/stm32f0xx_nucleo.h
STM32双极性步进电机驱动/Drivers/BSP/STM32F0xx-Nucleo/stm32f0xx_nucleo_ihm05a1.c
STM32双极性步进电机驱动/Drivers/BSP/STM32F0xx-Nucleo/stm32f0xx_nucleo_ihm05a1.h
STM32双极性步进电机驱动/Drivers/BSP/STM32F4xx-Nucleo/
STM32双极性步进电机驱动/Drivers/BSP/STM32F4xx-Nucleo/Release_Notes.html
STM32双极性步进电机驱动/Drivers/BSP/STM32F4xx-Nucleo/stm32f4xx_nucleo.c
STM32双极性步进电机驱动/Drivers/BSP/STM32F4xx-Nucleo/stm32f4xx_nucleo.h
STM32双极性步进电机驱动/Drivers/BSP/STM32F4xx-Nucleo/stm32f4xx_nucleo_ihm05a1.c
STM32双极性步进电机驱动/Drivers/BSP/STM32F4xx-Nucleo/stm32f4xx_nucleo_ihm05a1.h
STM32双极性步进电机驱动/Drivers/BSP/STM32L0xx_Nucleo/
STM32双极性步进电机驱动/Drivers/BSP/STM32L0xx_Nucleo/Release_Notes.html
STM32双极性步进电机驱动/Drivers/BSP/STM32L0xx_Nucleo/stm32l0xx_nucleo.c
STM32双极性步进电机驱动/Drivers/BSP/STM32L0xx_Nucleo/stm32l0xx_nucleo.h
STM32双极性步进电机驱动/Drivers/BSP/STM32L0xx_Nucleo/stm32l0xx_nucleo_ihm05a1.c
STM32双极性步进电机驱动/Drivers/BSP/STM32L0xx_Nucleo/stm32l0xx_nucleo_ihm05a1.h
STM32双极性步进电机驱动/Drivers/CMSIS/
STM32双极性步进电机驱动/Drivers/CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf
STM32双极性步进电机驱动/Drivers/CMSIS/Device/
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Include/
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x6.h
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f031x6.h
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f038xx.h
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f048xx.h
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f051x8.h
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f058xx.h
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f071xb.h
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f072xb.h
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f078xx.h
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Release_Notes.html
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f030x6.s
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f030x8.s
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f031x6.s
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f038xx.s
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f042x6.s
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f048xx.s
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f051x8.s
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f058xx.s
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f071xb.s
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f072xb.s
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f078xx.s
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/
STM32双极性步进电机驱动/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f030x6.s
STM32双极性步进电机驱动/Drivers/CMSIS/Device/S
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.