2021-11-07 20:16:07 索煒達(dá)電子 841
項(xiàng)目編號(hào):E2195
文件大?。?.6M
源碼說(shuō)明:帶中文注釋
開(kāi)發(fā)環(huán)境:C編譯器
簡(jiǎn)要概述:
STM32驅(qū)動(dòng)步進(jìn)電機(jī)實(shí)現(xiàn)轉(zhuǎn)動(dòng)角度的控制
目錄│文件列表:
└ Angle-positioning-of-step-motor
│ 123.c
│ c8t6移植(新).uvguix.ASUS
│ c8t6移植(新).uvoptx
│ c8t6移植(新).uvprojx
│ EventRecorderStub.scvd
├ CORE
│ │ core_cm3.c
│ │ core_cm3.h
│ └ startup_stm32f10x_md.s
├ HARDWARE
│ ├ LED
│ │ │ led.c
│ │ └ led.h
│ └ TIMER
│ │ timer.c
│ └ timer.h
├ Listings
│ │ c8t6移植(新).map
│ └ startup_stm32f10x_md.lst
├ OBJ
│ │ c8t6移植(新).axf
│ │ c8t6移植(新).build_log.htm
│ │ c8t6移植(新).hex
│ │ c8t6移植(新).htm
│ │ c8t6移植(新).lnp
│ │ c8t6移植(新).sct
│ │ c8t6移植(新)_Target 1.dep
│ │ control.crf
│ │ control.d
│ │ control.o
│ │ core_cm3.crf
│ │ core_cm3.d
│ │ core_cm3.o
│ │ delay.crf
│ │ delay.d
│ │ delay.o
│ │ ExtDll.iex
│ │ led.crf
│ │ led.d
│ │ led.o
│ │ main.crf
│ │ main.d
│ │ main.o
│ │ misc.crf
│ │ misc.d
│ │ misc.o
│ │ startup_stm32f10x_md.d
│ │ startup_stm32f10x_md.o
│ │ stm32f10x_adc.crf
│ │ stm32f10x_adc.d
│ │ stm32f10x_adc.o
│ │ stm32f10x_bkp.crf
│ │ stm32f10x_bkp.d
│ │ stm32f10x_bkp.o
│ │ stm32f10x_can.crf
│ │ stm32f10x_can.d
│ │ stm32f10x_can.o
│ │ stm32f10x_cec.crf
│ │ stm32f10x_cec.d
│ │ stm32f10x_cec.o
│ │ stm32f10x_crc.crf
│ │ stm32f10x_crc.d
│ │ stm32f10x_crc.o
│ │ stm32f10x_dac.crf
│ │ stm32f10x_dac.d
│ │ stm32f10x_dac.o
│ │ stm32f10x_dbgmcu.crf
│ │ stm32f10x_dbgmcu.d
│ │ stm32f10x_dbgmcu.o
│ │ stm32f10x_dma.crf
│ │ stm32f10x_dma.d
│ │ stm32f10x_dma.o
│ │ stm32f10x_exti.crf
│ │ stm32f10x_exti.d
│ │ stm32f10x_exti.o
│ │ stm32f10x_flash.crf
│ │ stm32f10x_flash.d
│ │ stm32f10x_flash.o
│ │ stm32f10x_fsmc.crf
│ │ stm32f10x_fsmc.d
│ │ stm32f10x_fsmc.o
│ │ stm32f10x_gpio.crf
│ │ stm32f10x_gpio.d
│ │ stm32f10x_gpio.o
│ │ stm32f10x_i2c.crf
│ │ stm32f10x_i2c.d
│ │ stm32f10x_i2c.o
│ │ stm32f10x_it.crf
│ │ stm32f10x_it.d
│ │ stm32f10x_it.o
│ │ stm32f10x_iwdg.crf
│ │ stm32f10x_iwdg.d
│ │ stm32f10x_iwdg.o
│ │ stm32f10x_pwr.crf
│ │ stm32f10x_pwr.d
│ │ stm32f10x_pwr.o
│ │ stm32f10x_rcc.crf
│ │ stm32f10x_rcc.d
│ │ stm32f10x_rcc.o
│ │ stm32f10x_rtc.crf
│ │ stm32f10x_rtc.d
│ │ stm32f10x_rtc.o
│ │ stm32f10x_sdio.crf
│ │ stm32f10x_sdio.d
│ │ stm32f10x_sdio.o
│ │ stm32f10x_spi.crf
│ │ stm32f10x_spi.d
│ │ stm32f10x_spi.o
│ │ stm32f10x_tim.crf
│ │ stm32f10x_tim.d
│ │ stm32f10x_tim.o
│ │ stm32f10x_usart.crf
│ │ stm32f10x_usart.d
│ │ stm32f10x_usart.o
│ │ stm32f10x_wwdg.crf
│ │ stm32f10x_wwdg.d
│ │ stm32f10x_wwdg.o
│ │ sys.crf
│ │ sys.d
│ │ sys.o
│ │ system_stm32f10x.crf
│ │ system_stm32f10x.d
│ │ system_stm32f10x.o
│ │ timer.crf
│ │ timer.d
│ │ timer.o
│ │ usart.crf
│ │ usart.d
│ └ usart.o
├ STM32c8t6控制步進(jìn)電機(jī)脈沖定位
│ │ 123.c
│ │ c8t6移植(新).uvguix.ASUS
│ │ c8t6移植(新).uvoptx
│ │ c8t6移植(新).uvprojx
│ │ EventRecorderStub.scvd
│ ├ CORE
│ │ │ core_cm3.c
│ │ │ core_cm3.h
│ │ └ startup_stm32f10x_md.s
│ ├ HARDWARE
│ │ ├ CONT
│ │ │ │ control.c
│ │ │ └ control.h
│ │ ├ LED
│ │ │ │ led.c
│ │ │ └ led.h
│ │ └ TIMER
│ │ │ timer.c
│ │ └ timer.h
│ ├ Listings
│ │ │ c8t6移植(新).map
│ │ └ startup_stm32f10x_md.lst
│ ├ OBJ
│ │ │ c8t6移植(新).axf
│ │ │ c8t6移植(新).build_log.htm
│ │ │ c8t6移植(新).hex
│ │ │ c8t6移植(新).htm
│ │ │ c8t6移植(新).lnp
│ │ │ c8t6移植(新).sct
│ │ │ c8t6移植(新)_Target 1.dep
│ │ │ control.crf
│ │ │ control.d
│ │ │ control.o
│ │ │ core_cm3.crf
│ │ │ core_cm3.d
│ │ │ core_cm3.o
│ │ │ delay.crf
│ │ │ delay.d
│ │ │ delay.o
│ │ │ ExtDll.iex
│ │ │ led.crf
│ │ │ led.d
│ │ │ led.o
│ │ │ main.crf
│ │ │ main.d
│ │ │ main.o
│ │ │ misc.crf
│ │ │ misc.d
│ │ │ misc.o
│ │ │ startup_stm32f10x_md.d
│ │ │ startup_stm32f10x_md.o
│ │ │ stm32f10x_adc.crf
│ │ │ stm32f10x_adc.d
│ │ │ stm32f10x_adc.o
│ │ │ stm32f10x_bkp.crf
│ │ │ stm32f10x_bkp.d
│ │ │ stm32f10x_bkp.o
│ │ │ stm32f10x_can.crf
│ │ │ stm32f10x_can.d
│ │ │ stm32f10x_can.o
│ │ │ stm32f10x_cec.crf
│ │ │ stm32f10x_cec.d
│ │ │ stm32f10x_cec.o
│ │ │ stm32f10x_crc.crf
│ │ │ stm32f10x_crc.d
│ │ │ stm32f10x_crc.o
│ │ │ stm32f10x_dac.crf
│ │ │ stm32f10x_dac.d
│ │ │ stm32f10x_dac.o
│ │ │ stm32f10x_dbgmcu.crf
│ │ │ stm32f10x_dbgmcu.d
│ │ │ stm32f10x_dbgmcu.o
│ │ │ stm32f10x_dma.crf
│ │ │ stm32f10x_dma.d
│ │ │ stm32f10x_dma.o
│ │ │ stm32f10x_exti.crf
│ │ │ stm32f10x_exti.d
│ │ │ stm32f10x_exti.o
│ │ │ stm32f10x_flash.crf
│ │ │ stm32f10x_flash.d
│ │ │ stm32f10x_flash.o
│ │ │ stm32f10x_fsmc.crf
│ │ │ stm32f10x_fsmc.d
│ │ │ stm32f10x_fsmc.o
│ │ │ stm32f10x_gpio.crf
│ │ │ stm32f10x_gpio.d
│ │ │ stm32f10x_gpio.o
│ │ │ stm32f10x_i2c.crf
│ │ │ stm32f10x_i2c.d
│ │ │ stm32f10x_i2c.o
│ │ │ stm32f10x_it.crf