登录
首页 » WINDOWS » A4988

A4988

于 2017-07-17 发布 文件大小:31234KB
0 267
下载积分: 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 个回复

  • bk4815
    BK4815模块基本功能,对讲机最小模块(The basic functions of the BK4815 module)
    2018-06-09 08:57:15下载
    积分:1
  • system verilog编写的一系列代码
    说明:  使用system verilog编写的一系列代码。包括二进制码与格雷码转换,优先编码器,38解码器,计数器等等(system verilog code with testbench.)
    2020-06-23 08:20:02下载
    积分:1
  • Life-of-aluminum-electrolytic-capacitors
    说明:  电解电容工程笔记(Aluminum capacitor note)
    2020-03-02 10:45:11下载
    积分:1
  • RTD2556_VGA+HDMI+DP_V2.8_2019
    说明:  RTD2313E RTD2550 RTD2556 RTD2556T RTD2556QR VGA+HDMI+DP转EDP显示器方案设计(Rtd2313e rtd2550 rtd2556 rtd2556t rtd2556qr VGA + HDMI + DP to EDP display scheme design)
    2020-07-01 18:00:02下载
    积分:1
  • ld01_02_20170816_v1_01
    采用STM32F105和FPGA设计的驱动液晶屏的电路图。(Circuit diagram of driving LCD screen designed by STM32F105 and FPGA)
    2017-11-05 09:33:13下载
    积分:1
  • 57578865dac_sigma_delta
    说明:  对delta sigma进行设计,实现delta sigma ADC的设计(this is use for delta sigma adc ,and design and achieve adc)
    2020-06-16 14:40:01下载
    积分:1
  • N76E003_WPC_QI_TX_V02
    说明:  wireless charging source code.
    2020-06-17 08:40:02下载
    积分:1
  • AD9914_CN
    AD9914是一款直接数字频率合成器(DDS),内置一个12位数模转换器,目标工作速率最高达3.5 GSPS,产生单音信号,双音信号以及调幅调相信号(AD9914 is a direct digital frequency synthesizer (DDS) with a 12 digit analog converter with a target operating rate of up to 3.5 GSPS, producing a single tone signal, a dual tone signal and a phase modulation signal.)
    2018-05-08 15:07:28下载
    积分:1
  • 步进电机驱动板
    说明:  使用DCDC电源驱动步进电机正转和反转,PWM波控制转速(DCDC power supply is used to drive forward and reverse rotation of stepping motor, and PWM wave is used to control speed)
    2021-04-16 08:38:53下载
    积分:1
  • SPI slave interface
    资源描述spi 测试接口,用来读写寄存器,经过实际测试,可以正确读写。
    2023-05-14 17:45:03下载
    积分:1
  • 696518资源总数
  • 106174会员总数
  • 31今日下载