2021-11-22 09:25:56 索炜达电子 690
项目编号:E2360
文件大小:115K
源码说明:带中文注释
开发环境:C编译器
简要概述:
STM32F0双极电机驱动器
目录│文件列表:
│ 不绕弯路,获取海量资源.jpg
└ STM32F0双极电机驱动器
└ STM32F0-BipolarMotorDriver
│ main.c
│ STM32F0-Stepper1.cogui
│ STM32F0-Stepper1.comarker
│ STM32F0-Stepper1.coproj
├ cmsis_boot
│ │ stm32f0xx.h
│ │ stm32f0xx_conf.h
│ │ system_stm32f0xx.h
│ │ system_stm32f0xx_temp.c
│ └ startup
│ └ startup_stm32f0xx.s
├ cmsis_core
│ │ core_cm0.h
│ │ core_cmFunc.h
│ └ core_cmInstr.h
├ STM32F0-Stepper1
│ ├ Debug
│ │ ├ bin
│ │ │ │ history.xml
│ │ │ │ STM32F0-Stepper1.bin
│ │ │ │ STM32F0-Stepper1.elf
│ │ │ │ STM32F0-Stepper1.hex
│ │ │ └ STM32F0-Stepper1.map
│ │ └ obj
│ │ │ dependencies.xml
│ │ │ history.xml
│ │ │ main.o
│ │ │ startup_stm32f0xx.o
│ │ │ stm32f0xx_gpio.o
│ │ │ stm32f0xx_rcc.o
│ │ └ system_stm32f0xx_temp.o
│ └ STM32F0-Stepper1.elf.xcodeproj
│ └ project.pbxproj
└ stm32_lib
├ inc
│ │ stm32f0xx_gpio.h
│ └ stm32f0xx_rcc.h
└ src
│ stm32f0xx_gpio.c
└ stm32f0xx_rcc.c