【E523】基于STM32F103单片机的下推式磁悬浮项目

2021-08-23 20:46:35      索炜达电子      688     

项目编号:E523

文件大小:246K

源码说明:带中文注释

开发环境:C编译器

简要概述

基于STM32F103单片机的下推式磁悬浮项目

驱动:TB6612fng

主控:STM32 f103c8t6

ADC: PA1--ADC12_IN1 用于检测浮子是否放上,避免功率过大烧毁驱动 PA2--ADC12_IN2 得到浮子位置 PA3--ADC12_IN3 得到浮子位置

PWM:PWMB--PA8 BIN1--PB15 BIN2--PB14

 PWMA--PA11

 AIN1--PB12

 AIN2--PB13

CIRCLE: AO1--Circle1 AO2--Circle2 BO1--Circle3 BO2--Circle4


目录│文件列表:

 └ The-castle-in-the-sky

    ├ CORE

    │  │ core_cm3.c

    │  │ core_cm3.h

    │  └ startup_stm32f10x_md.s

    ├ HARDWARE

    │  ├ ADC

    │  │  │ adc.c

    │  │  └ adc.h

    │  ├ LED

    │  │  │ led.c

    │  │  └ led.h

    │  ├ OLED

    │  │  │ bmp.h

    │  │  │ oled.c

    │  │  │ oled.h

    │  │  │ oledfont.h

    │  │  └ picture.c

    │  ├ PID

    │  │  │ pid.c

    │  │  └ pid.h

    │  ├ PWM

    │  │  │ pwm.c

    │  │  └ pwm.h

    │  ├ USART

    │  │  │ usart.c

    │  │  └ usart.h

    │  └ USART3

    │     │ usart3.c

    │     └ usart3.h

    ├ STM32F10x_FWLib

    │  ├ inc

    │  │  │ misc.h

    │  │  │ stm32f10x_adc.h

    │  │  │ stm32f10x_cec.h

    │  │  │ stm32f10x_crc.h

    │  │  │ stm32f10x_dbgmcu.h

    │  │  │ stm32f10x_dma.h

    │  │  │ stm32f10x_exti.h

    │  │  │ stm32f10x_flash.h

    │  │  │ stm32f10x_fsmc.h

    │  │  │ stm32f10x_gpio.h

    │  │  │ stm32f10x_i2c.h

    │  │  │ stm32f10x_rcc.h

    │  │  │ stm32f10x_tim.h

    │  │  │ stm32f10x_usart.h

    │  │  └ stm32f10x_wwdg.h

    │  └ src

    │     │ misc.c

    │     │ stm32f10x_adc.c

    │     │ stm32f10x_cec.c

    │     │ stm32f10x_crc.c

    │     │ stm32f10x_dbgmcu.c

    │     │ stm32f10x_dma.c

    │     │ stm32f10x_exti.c

    │     │ stm32f10x_flash.c

    │     │ stm32f10x_fsmc.c

    │     │ stm32f10x_gpio.c

    │     │ stm32f10x_i2c.c

    │     │ stm32f10x_rcc.c

    │     │ stm32f10x_tim.c

    │     │ stm32f10x_usart.c

    │     └ stm32f10x_wwdg.c

    ├ SYSTEM

    │  ├ delay

    │  │  │ delay.c

    │  │  └ delay.h

    │  ├ sys

    │  │  │ sys.c

    │  │  └ sys.h

    │  └ usart

    │     │ usart.c

    │     └ usart.h

    └ USER

       │ Castle in the Sky.map

       │ Castle in the Sky.uvguix.47658

       │ Castle in the Sky.uvoptx

       │ Castle in the Sky.uvprojx

       │ EventRecorderStub.scvd

       │ main.c

       │ remote.uvguix.47658

       │ startup_stm32f10x_md.lst

       │ stm32f10x.h

       │ stm32f10x_conf.h

       │ stm32f10x_it.c

       │ stm32f10x_it.h

       │ system_stm32f10x.c

       │ system_stm32f10x.h

       ├ DebugConfig

       │  │ Target_1_STM32F103C8_1.0.0.dbgconf

       │  └ Target_1_STM32F103CB_1.0.0.dbgconf

       └ RTE

          └ _Target_1

             └ RTE_Components.h


TAG磁悬浮
  • 13 次
  • 1 分