登录
首页 » WINDOWS » A4988

A4988

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

  • RTL8382L开发资料
    提供一个基于瑞昱RTL8382L24口交换芯片的24口+2光口的千兆交换参考设计。包括基于Cadence平台设计的原理图、PCB和RTL8382L、RTL8281B的技术手册。(A Gigabit switching reference design based on 24 + 2 optical ports of Ruiyu RTL8382L24 switch chip is provided. Including the schematic design based on the Cardence platform, PCB and RTL8382L, RTL8281B technical manual.)
    2021-04-21 17:28:49下载
    积分:1
  • 变形V3.0
    说明:  包含主板,驱动板,运放等所需全部板工程文件(Contains all board engineering files required for motherboard, driver board, op amp, etc.)
    2020-05-22 23:15:43下载
    积分:1
  • ISO 22900-1-2008 ITA
    iso22900 italian language
    2019-06-13 18:49:07下载
    积分: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
  • DDR4
    说明:  DDR4原理图 PCB参考。 pdf版本原理图以及allegro PCB文件。(cadence ddr4 allegro pdf)
    2021-01-13 19:28:47下载
    积分:1
  • 电子负载
    制作电子负载,恒压、恒流、恒阻的情况。有原理图、PCB板,可以参考一下。(Make electronic load, constant pressure, constant current, constant resistance. There is a schematic diagram, PCB board, can be referred to.)
    2018-03-27 19:40:42下载
    积分:1
  • 《电路技术与技巧(英文第三版)》
    《电路设计技术与技巧(英文第三版)》 内容详细,实用(Circuit Design Techniques and Skills (English Third Edition))
    2020-06-20 17:20:02下载
    积分:1
  • ldpc
    说明:  ldpc的算法介绍及其fpga上硬件实现(Introduction of LDPC algorithm and Its FPGA implementation)
    2020-06-22 20:40:01下载
    积分:1
  • DDR4
    DDR4原理图 PCB参考。 pdf版本原理图以及allegro PCB文件。(cadence ddr4 allegro pdf)
    2021-01-13 19:28:47下载
    积分:1
  • 常用晶振器图SCH
    常用的有源晶振封装库和原理图库,AD环境。(AD environment commonly used active crystal package library and schematic library)
    2017-12-12 09:50:48下载
    积分:1
  • 696518资源总数
  • 104287会员总数
  • 49今日下载