登录
首页 » WINDOWS » A4988

A4988

于 2017-07-17 发布 文件大小:31234KB
0 220
下载积分: 1 下载次数: 59

代码说明:

  A4988步进电机的驱动程序,使用STM32F407单片机驱动(A4988 stepper motor driver)

文件列表:

A4988
A4988\CORE
A4988\CORE\core_cm4.h
A4988\CORE\core_cm4_simd.h
A4988\CORE\core_cmFunc.h
A4988\CORE\core_cmInstr.h
A4988\CORE\startup_stm32f40_41xxx.s
A4988\FWLIB
A4988\FWLIB\inc
A4988\FWLIB\inc\misc.h
A4988\FWLIB\inc\stm32f4xx_adc.h
A4988\FWLIB\inc\stm32f4xx_can.h
A4988\FWLIB\inc\stm32f4xx_crc.h
A4988\FWLIB\inc\stm32f4xx_cryp.h
A4988\FWLIB\inc\stm32f4xx_dac.h
A4988\FWLIB\inc\stm32f4xx_dbgmcu.h
A4988\FWLIB\inc\stm32f4xx_dcmi.h
A4988\FWLIB\inc\stm32f4xx_dma.h
A4988\FWLIB\inc\stm32f4xx_dma2d.h
A4988\FWLIB\inc\stm32f4xx_exti.h
A4988\FWLIB\inc\stm32f4xx_flash.h
A4988\FWLIB\inc\stm32f4xx_flash_ramfunc.h
A4988\FWLIB\inc\stm32f4xx_fmc.h
A4988\FWLIB\inc\stm32f4xx_fsmc.h
A4988\FWLIB\inc\stm32f4xx_gpio.h
A4988\FWLIB\inc\stm32f4xx_hash.h
A4988\FWLIB\inc\stm32f4xx_i2c.h
A4988\FWLIB\inc\stm32f4xx_iwdg.h
A4988\FWLIB\inc\stm32f4xx_ltdc.h
A4988\FWLIB\inc\stm32f4xx_pwr.h
A4988\FWLIB\inc\stm32f4xx_rcc.h
A4988\FWLIB\inc\stm32f4xx_rng.h
A4988\FWLIB\inc\stm32f4xx_rtc.h
A4988\FWLIB\inc\stm32f4xx_sai.h
A4988\FWLIB\inc\stm32f4xx_sdio.h
A4988\FWLIB\inc\stm32f4xx_spi.h
A4988\FWLIB\inc\stm32f4xx_syscfg.h
A4988\FWLIB\inc\stm32f4xx_tim.h
A4988\FWLIB\inc\stm32f4xx_usart.h
A4988\FWLIB\inc\stm32f4xx_wwdg.h
A4988\FWLIB\src
A4988\FWLIB\src\misc.c
A4988\FWLIB\src\stm32f4xx_adc.c
A4988\FWLIB\src\stm32f4xx_can.c
A4988\FWLIB\src\stm32f4xx_crc.c
A4988\FWLIB\src\stm32f4xx_cryp.c
A4988\FWLIB\src\stm32f4xx_cryp_aes.c
A4988\FWLIB\src\stm32f4xx_cryp_des.c
A4988\FWLIB\src\stm32f4xx_cryp_tdes.c
A4988\FWLIB\src\stm32f4xx_dac.c
A4988\FWLIB\src\stm32f4xx_dbgmcu.c
A4988\FWLIB\src\stm32f4xx_dcmi.c
A4988\FWLIB\src\stm32f4xx_dma.c
A4988\FWLIB\src\stm32f4xx_dma2d.c
A4988\FWLIB\src\stm32f4xx_exti.c
A4988\FWLIB\src\stm32f4xx_flash.c
A4988\FWLIB\src\stm32f4xx_flash_ramfunc.c
A4988\FWLIB\src\stm32f4xx_fmc.c
A4988\FWLIB\src\stm32f4xx_fsmc.c
A4988\FWLIB\src\stm32f4xx_gpio.c
A4988\FWLIB\src\stm32f4xx_hash.c
A4988\FWLIB\src\stm32f4xx_hash_md5.c
A4988\FWLIB\src\stm32f4xx_hash_sha1.c
A4988\FWLIB\src\stm32f4xx_i2c.c
A4988\FWLIB\src\stm32f4xx_iwdg.c
A4988\FWLIB\src\stm32f4xx_ltdc.c
A4988\FWLIB\src\stm32f4xx_pwr.c
A4988\FWLIB\src\stm32f4xx_rcc.c
A4988\FWLIB\src\stm32f4xx_rng.c
A4988\FWLIB\src\stm32f4xx_rtc.c
A4988\FWLIB\src\stm32f4xx_sai.c
A4988\FWLIB\src\stm32f4xx_sdio.c
A4988\FWLIB\src\stm32f4xx_spi.c
A4988\FWLIB\src\stm32f4xx_syscfg.c
A4988\FWLIB\src\stm32f4xx_tim.c
A4988\FWLIB\src\stm32f4xx_usart.c
A4988\FWLIB\src\stm32f4xx_wwdg.c
A4988\HARDWARE
A4988\HARDWARE\A9488.h
A4988\HARDWARE\GY_A9488.c
A4988\HARDWARE\GY_A9488.h
A4988\keilkilll.bat
A4988\OBJ
A4988\OBJ\a9488.crf
A4988\OBJ\a9488.d
A4988\OBJ\delay.crf
A4988\OBJ\delay.d
A4988\OBJ\delay.o
A4988\OBJ\gy_a9488.crf
A4988\OBJ\gy_a9488.d
A4988\OBJ\gy_a9488.o
A4988\OBJ\main.crf
A4988\OBJ\main.d
A4988\OBJ\main.o
A4988\OBJ\misc.crf
A4988\OBJ\misc.d
A4988\OBJ\misc.o
A4988\OBJ\startup_stm32f40_41xxx.d
A4988\OBJ\startup_stm32f40_41xxx.lst
A4988\OBJ\startup_stm32f40_41xxx.o

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ldpc算法
    Basic principle of LDPC code and FPGA implementation of LDPC code
    2020-06-22 20:00:01下载
    积分:1
  • AP-MT7620N-V16-SPI-DDR1-2L-2X2-121128
    说明:  MT7620N SCH&PCB,you can reference it to design yourselef.
    2020-06-23 09:00:01下载
    积分:1
  • 电荷泵电压反转器
    电荷泵的详细说明,帮助理解及计算电荷泵的电压翻转器(Detailed description of charge pump)
    2020-06-19 10:00:02下载
    积分:1
  • 基于单片机的电阻、电容、电感测试仪
    说明:  基于单片机的电阻、电容、电感测试仪 可测电容,电感,电阻等元器件的值(Resistance, Capacitance and Inductance Tester Based on Single Chip Microcomputer)
    2019-10-06 08:44:16下载
    积分:1
  • 基于51单片机的HC-SR04超声波测距系统制作
    超声波模块制作了一个测距装置,HC-SR04自身不带温度补偿功能,所以加上一个使用DS18B20做的温度测量模块。整个系统包括:51单片机最小系统,超声波测距模块、温度测量模块、液晶显示模块。(The ultrasonic module has made a distance measuring device, HC-SR04 does not have temperature compensation function, so add a temperature measuring module using DS18B20. The whole system includes 51 single chip microcomputer minimum system, ultrasonic ranging module, temperature measurement module and LCD module.)
    2018-06-23 20:37:49下载
    积分:1
  • 边干边学LabVIEW报表生成
    利用labview可将采集数据等保存到word和Excel报表中,做出漂亮的报表。(LabVIEW can be used to save data and other data to the word and Excel reports, make beautiful reports.)
    2017-09-07 14:22:54下载
    积分:1
  • RTL8370N_8_port_with_led_link_data
    rtl8370单芯片8口千兆交换机原理图(Rtl8370 single chip 8 gigabit switch schematic diagram)
    2020-06-20 20:20:02下载
    积分:1
  • AP-MT7620N-V16-SPI-DDR1-2L-2X2-121128
    MT7620N SCH&PCB,you can reference it to design yourselef.
    2020-06-23 09:00:01下载
    积分:1
  • 单片机C语言程序实训100例
    电路的连接图,程序都有注释,仿真平台protues,适合初学的人(The connection diagram of the circuit, the program has the annotation, the simulation platform Protues, suitable for the first student)
    2018-01-14 21:30:42下载
    积分:1
  • EM78P451_PG019_SPI
    EM78P451 SPI官方使用程序,内涵主机模式、从机模式已经.INC头文件。(EM78P451 SPI The official use program, the connotations of the host mode, the slave mode has.INC header file.)
    2018-01-09 14:34:48下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载