登录
首页 » WINDOWS » A4988

A4988

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

  • Life-of-aluminum-electrolytic-capacitors
    说明:  电解电容工程笔记(Aluminum capacitor note)
    2020-03-02 10:45:11下载
    积分:1
  • 16路继电器模块
    AVR控制继电器启动,控制电路。现在都流行智能家居控制,单片机控制继电器,是可以扩展的功能。(I am a chinase,i love china!)
    2018-06-08 15:27:09下载
    积分:1
  • Texas Instruments
    说明:  Texas Instruments常用元件库 TI Analog Timer Circuit.IntLib TI Logic Flip-Flop.IntLib TI Logic Gate 1.IntLib TI Logic Gate 2.IntLib TI Logic Latch.IntLib TI Logic Switch.IntLib TI Power Mgt Voltage Reference.IntLib TI Power Mgt Voltage Regulator.IntLib Texas Instruments Footprints.PcbLib等等(Texas Instruments TI Analog Timer Circuit.IntLib TI Logic Flip-Flop.IntLib TI Logic Gate 1.IntLib TI Logic Gate 2.IntLib TI Logic Latch.IntLib TI Logic Switch.IntLib TI Power Mgt Voltage Reference.IntLib TI Power Mgt Voltage Regulator.IntLib Texas Instruments Footprints.PcbLib)
    2019-11-28 16:50:42下载
    积分:1
  • SNDR
    SNDR用于ADC计算信号噪声比,仅供参考学习,~~~(SNDR for ADC signal to noise ration calculation, for ur ref,~~~~~)
    2021-03-26 01:59:13下载
    积分:1
  • 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
  • test
    说明:  基于SIMULINK的dcdc开关电源仿真模型(dcdc converter simulation based on simulink)
    2020-04-30 13:32:30下载
    积分: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
  • 电子时钟
    基于51单片机的简易电子时钟,能实现校时。(Electronic clock, can achieve timing.)
    2020-06-23 12:00:02下载
    积分:1
  • com_sha204
    说明:  ATSHA204A加密芯片详细使用方法! 保护您的程序不被抄袭。(ATSHA204A encryption chip detailed use method! Protect your program from plagiarism.)
    2019-01-19 15:07:07下载
    积分:1
  • DS_N76E003中文规格书_SC_Rev1.00
    说明:  随着STM8的停产,新唐的N76E003 pin对pin替换STM8S003F3P6,而且很便宜,故这个时候拿来替换使用再好不过。(With the discontinuation of STM8, N76E003 pin of Xintang replaced STM8S003F3P6 with pin, which was very cheap, so it would be a good time to replace it.)
    2019-03-31 14:53:44下载
    积分:1
  • 696524资源总数
  • 103843会员总数
  • 49今日下载