欧美日韩欧美,女人和拘做受大片免费看,麻花豆传媒剧国产mv免费版特色,欧美成人精品高清在线观看,麻豆产精国品一二三产区区

【E1417】STM32開源閉環(huán)步進(jìn)電機(jī)源程序+PCB原理圖全套資料

2021-10-07 14:13:36      索煒達(dá)電子      4713     

項(xiàng)目編號(hào):E1417

文件大?。?4M

源碼說(shuō)明:帶中文注釋

開發(fā)環(huán)境:C編譯器

簡(jiǎn)要概述:

STM32開源閉環(huán)步進(jìn)電機(jī)源程序+PCB原理圖全套資料

【E1417】STM32開源閉環(huán)步進(jìn)電機(jī)源程序+PCB原理圖全套資料

【E1417】STM32開源閉環(huán)步進(jìn)電機(jī)源程序+PCB原理圖全套資料

閉環(huán)步進(jìn)參數(shù):
主控芯片:意法半導(dǎo)體STM32F030C8T6
驅(qū)動(dòng)芯片:兩顆A4950(最大電流3.5A)
編碼器芯片:英飛凌15位汽車工業(yè)級(jí)TLE5012B
高速光耦:東芝雙通道TLP2168
工作電壓:12-30V(推薦24V)
工作電流:額定1.3A(42步進(jìn))2.5A(57步進(jìn))最大3.5A
控制精度:小于0.08度
電子齒輪:4、8、16、32(可任意設(shè)置)

【E1417】STM32開源閉環(huán)步進(jìn)電機(jī)源程序+PCB原理圖全套資料

【E1417】STM32開源閉環(huán)步進(jìn)電機(jī)源程序+PCB原理圖全套資料

【E1417】STM32開源閉環(huán)步進(jìn)電機(jī)源程序+PCB原理圖全套資料

目錄│文件列表:

 │ PID經(jīng)典教程.pdf

 │ STM32_FLASH的3種燒寫方式.pdf

 ├ 4257通用固件

 │  └ 4257通用固件

 │     └ 20190829V3.2

 │        └ ITEM

 │           │ .mxproject

 │           │ ITEM.ioc

 │           │ mx.scratch

 │           ├ Drivers

 │           │  ├ CMSIS

 │           │  │  ├ Device

 │           │  │  │  └ ST

 │           │  │  │     └ STM32F0xx

 │           │  │  │        ├ Include

 │           │  │  │        │  │ stm32f030x6.h

 │           │  │  │        │  │ stm32f030x8.h

 │           │  │  │        │  │ stm32f030xc.h

 │           │  │  │        │  │ stm32f031x6.h

 │           │  │  │        │  │ stm32f038xx.h

 │           │  │  │        │  │ stm32f042x6.h

 │           │  │  │        │  │ stm32f048xx.h

 │           │  │  │        │  │ stm32f051x8.h

 │           │  │  │        │  │ stm32f058xx.h

 │           │  │  │        │  │ stm32f070x6.h

 │           │  │  │        │  │ stm32f070xb.h

 │           │  │  │        │  │ stm32f071xb.h

 │           │  │  │        │  │ stm32f072xb.h

 │           │  │  │        │  │ stm32f078xx.h

 │           │  │  │        │  │ stm32f091xc.h

 │           │  │  │        │  │ stm32f098xx.h

 │           │  │  │        │  │ stm32f0xx.h

 │           │  │  │        │  └ system_stm32f0xx.h

 │           │  │  │        └ Source

 │           │  │  │           └ Templates

 │           │  │  │              │ system_stm32f0xx.c

 │           │  │  │              ├ arm

 │           │  │  │              │  │ startup_stm32f030x6.s

 │           │  │  │              │  │ startup_stm32f030x8.s

 │           │  │  │              │  │ startup_stm32f030xc.s

 │           │  │  │              │  │ startup_stm32f031x6.s

 │           │  │  │              │  │ startup_stm32f038xx.s

 │           │  │  │              │  │ startup_stm32f042x6.s

 │           │  │  │              │  │ startup_stm32f048xx.s

 │           │  │  │              │  │ startup_stm32f051x8.s

 │           │  │  │              │  │ startup_stm32f058xx.s

 │           │  │  │              │  │ startup_stm32f070x6.s

 │           │  │  │              │  │ startup_stm32f070xb.s

 │           │  │  │              │  │ startup_stm32f071xb.s

 │           │  │  │              │  │ startup_stm32f072xb.s

 │           │  │  │              │  │ startup_stm32f078xx.s

 │           │  │  │              │  │ startup_stm32f091xc.s

 │           │  │  │              │  └ startup_stm32f098xx.s

 │           │  │  │              ├ gcc

 │           │  │  │              │  │ startup_stm32f030x6.s

 │           │  │  │              │  │ startup_stm32f030x8.s

 │           │  │  │              │  │ startup_stm32f030xc.s

 │           │  │  │              │  │ startup_stm32f031x6.s

 │           │  │  │              │  │ startup_stm32f038xx.s

 │           │  │  │              │  │ startup_stm32f042x6.s

 │           │  │  │              │  │ startup_stm32f048xx.s

 │           │  │  │              │  │ startup_stm32f051x8.s

 │           │  │  │              │  │ startup_stm32f058xx.s

 │           │  │  │              │  │ startup_stm32f070x6.s

 │           │  │  │              │  │ startup_stm32f070xb.s

 │           │  │  │              │  │ startup_stm32f071xb.s

 │           │  │  │              │  │ startup_stm32f072xb.s

 │           │  │  │              │  │ startup_stm32f078xx.s

 │           │  │  │              │  │ startup_stm32f091xc.s

 │           │  │  │              │  └ startup_stm32f098xx.s

 │           │  │  │              └ iar

 │           │  │  │                 │ startup_stm32f030x6.s

 │           │  │  │                 │ startup_stm32f030x8.s

 │           │  │  │                 │ startup_stm32f030xc.s

 │           │  │  │                 │ startup_stm32f031x6.s

 │           │  │  │                 │ startup_stm32f038xx.s

 │           │  │  │                 │ startup_stm32f042x6.s

 │           │  │  │                 │ startup_stm32f048xx.s

 │           │  │  │                 │ startup_stm32f051x8.s

 │           │  │  │                 │ startup_stm32f058xx.s

 │           │  │  │                 │ startup_stm32f070x6.s

 │           │  │  │                 │ startup_stm32f070xb.s

 │           │  │  │                 │ startup_stm32f071xb.s

 │           │  │  │                 │ startup_stm32f072xb.s

 │           │  │  │                 │ startup_stm32f078xx.s

 │           │  │  │                 │ startup_stm32f091xc.s

 │           │  │  │                 │ startup_stm32f098xx.s

 │           │  │  │                 └ linker

 │           │  │  │                    │ stm32f030x6_flash.icf

 │           │  │  │                    │ stm32f030x8_flash.icf

 │           │  │  │                    │ stm32f030xc_flash.icf

 │           │  │  │                    │ stm32f031x6_flash.icf

 │           │  │  │                    │ stm32f038xx_flash.icf

 │           │  │  │                    │ stm32f042x6_flash.icf

 │           │  │  │                    │ stm32f048xx_flash.icf

 │           │  │  │                    │ stm32f051x8_flash.icf

TAG開源閉環(huán)步進(jìn)電機(jī)
  • 16 次
  • 10 分