登录
首页 » WINDOWS » A4988

A4988

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

  • 案例
    很好的candence教程,含原理图PCB和例程,可以配合视频边学边做(Good candence tutorial, including schematic PCB and routines, can cooperate with video while learning to do)
    2020-06-21 23:00:02下载
    积分:1
  • 案例
    说明:  很好的candence教程,含原理图PCB和例程,可以配合视频边学边做(Good candence tutorial, including schematic PCB and routines, can cooperate with video while learning to do)
    2020-06-21 23:00:02下载
    积分:1
  • elec_igbt_thermal
    比较接近实际硬件的IGBT 模型,可以做个参考(IGBT model approaching to actual hardware )
    2017-04-13 10:59:07下载
    积分:1
  • FloEMC_Flotherm
    FloTHERM的使用入门手册,写的很好(FloTHERM Introduction Manual, well written)
    2020-06-18 20:40:01下载
    积分:1
  • 常用晶振器图SCH
    常用的有源晶振封装库和原理图库,AD环境。(AD environment commonly used active crystal package library and schematic library)
    2017-12-12 09:50:48下载
    积分:1
  • EC20 R2.1---4G模块
    4G模块EC20开发资料,硬件设计手册,AT指令,原理图和PCB图封装,完整开发资料。(Development Data of 4G Module EC20 and Hardware Design Manual)
    2018-12-31 11:25:15下载
    积分:1
  • FPGA_Based_CNN-master
    说明:  FPGA实现的CNN,使用verilog编程代码(CNN implemented by FPGA)
    2021-04-06 10:49:02下载
    积分:1
  • bk4815
    BK4815模块基本功能,对讲机最小模块(The basic functions of the BK4815 module)
    2018-06-09 08:57:15下载
    积分:1
  • POLLING
    文件中包含stm32开发板所配套的开关使用说明的程序例程,重在讲解开关是如何被使用的,在kEIL5软件上怎么编写的。(The document contains the program routine of the switch instructions matched by STM32 development board, focusing on how the switch is used and how to write on kEIL5 software.)
    2019-04-03 15:40:34下载
    积分:1
  • AD5754
    AD5754 驱动程序 ADI 官方驱动 收发函数都有(The AD5754 driver ADI official drive transceiver function is available)
    2020-11-17 20:59:39下载
    积分:1
  • 696518资源总数
  • 104393会员总数
  • 22今日下载