2021-10-23 20:21:19 索煒達(dá)電子 1066
項(xiàng)目編號:E1713
文件大?。?.9M
源碼說明:帶中文注釋
開發(fā)環(huán)境:C編譯器
簡要概述:
STM32F103C8T6做的可調(diào)移動(dòng)電源
目錄│文件列表:
└ STM32_BUCK
│ README.en.md
│ README.md
├ STM32同步學(xué)習(xí)筆記
│ │ STM32學(xué)習(xí)筆記02:STM32CubeMX+SPI配置驅(qū)動(dòng)TFT屏.md
│ └ stm32images
│ │ SPI00.png
│ │ SPI01.png
│ │ SPI02.png
│ │ SPI03.png
│ │ SPI04.png
│ └ SPI05.png
├ 硬件原理圖及PCB
│ │ fp-info-cache
│ │ STM32_BUCK-cache.lib
│ │ STM32_BUCK.kicad_pcb
│ │ STM32_BUCK.kicad_pcb-bak
│ │ STM32_BUCK.pro
│ │ STM32_BUCK.sch
│ │ STM32_BUCK.sch-bak
│ │ STM32_BUCK_Gerber.zip
│ │ _autosave-STM32_BUCK.pro
│ ├ Gerber
│ │ │ STM32_BUCK-bottom.pos
│ │ │ STM32_BUCK-B_Cu.gbl
│ │ │ STM32_BUCK-B_Mask.gbs
│ │ │ STM32_BUCK-B_Paste.gbp
│ │ │ STM32_BUCK-B_SilkS.gbo
│ │ │ STM32_BUCK-Edge_Cuts.gm1
│ │ │ STM32_BUCK-F_Cu.gtl
│ │ │ STM32_BUCK-F_Mask.gts
│ │ │ STM32_BUCK-F_Paste.gtp
│ │ │ STM32_BUCK-F_SilkS.gto
│ │ │ STM32_BUCK-NPTH.drl
│ │ │ STM32_BUCK-PTH.drl
│ │ └ STM32_BUCK-top.pos
│ └ STM32_BUCK_Gerber
│ │ STM32_BUCK-bottom.pos
│ │ STM32_BUCK-B_Cu.gbl
│ │ STM32_BUCK-B_Mask.gbs
│ │ STM32_BUCK-B_Paste.gbp
│ │ STM32_BUCK-B_SilkS.gbo
│ │ STM32_BUCK-Edge_Cuts.gm1
│ │ STM32_BUCK-F_Cu.gtl
│ │ STM32_BUCK-F_Mask.gts
│ │ STM32_BUCK-F_Paste.gtp
│ │ STM32_BUCK-F_SilkS.gto
│ │ STM32_BUCK-NPTH.drl
│ │ STM32_BUCK-PTH.drl
│ └ STM32_BUCK-top.pos
└ 軟件
│ 說明2.txt
│ 軟件說明.txt
├ LED_TESET
│ │ .mxproject
│ │ LED_TESET.ioc
│ │ Makefile
│ │ startup_stm32f103xb.s
│ │ STM32F103C8Tx_FLASH.ld
│ ├ .vscode
│ │ │ .cortex-debug.peripherals.state.json
│ │ │ .cortex-debug.registers.state.json
│ │ │ c_cpp_properties.json
│ │ │ launch.json
│ │ │ settings.json
│ │ └ tasks.json
│ ├ build
│ │ │ dma.d
│ │ │ dma.lst
│ │ │ dma.o
│ │ │ gpio.d
│ │ │ gpio.lst
│ │ │ gpio.o
│ │ │ lcd.d
│ │ │ lcd.lst
│ │ │ lcd.o
│ │ │ lcd_init.d
│ │ │ lcd_init.lst
│ │ │ lcd_init.o
│ │ │ LED.d
│ │ │ LED.lst
│ │ │ LED.o
│ │ │ LED_TESET.bin
│ │ │ LED_TESET.elf
│ │ │ LED_TESET.hex
│ │ │ LED_TESET.map
│ │ │ main.d
│ │ │ main.lst
│ │ │ main.o
│ │ │ MyInit.d
│ │ │ MyInit.lst
│ │ │ MyInit.o
│ │ │ MyPrintf.d
│ │ │ MyPrintf.lst
│ │ │ MyPrintf.o
│ │ │ spi.d
│ │ │ spi.lst
│ │ │ spi.o
│ │ │ startup_stm32f103xb.d
│ │ │ startup_stm32f103xb.o
│ │ │ stm32f1xx_hal.d
│ │ │ stm32f1xx_hal.lst
│ │ │ stm32f1xx_hal.o
│ │ │ stm32f1xx_hal_cortex.d
│ │ │ stm32f1xx_hal_cortex.lst
│ │ │ stm32f1xx_hal_cortex.o
│ │ │ stm32f1xx_hal_dma.d
│ │ │ stm32f1xx_hal_dma.lst
│ │ │ stm32f1xx_hal_dma.o
│ │ │ stm32f1xx_hal_exti.d
│ │ │ stm32f1xx_hal_exti.lst
│ │ │ stm32f1xx_hal_exti.o
│ │ │ stm32f1xx_hal_flash.d
│ │ │ stm32f1xx_hal_flash.lst
│ │ │ stm32f1xx_hal_flash.o
│ │ │ stm32f1xx_hal_flash_ex.d
│ │ │ stm32f1xx_hal_flash_ex.lst
│ │ │ stm32f1xx_hal_flash_ex.o
│ │ │ stm32f1xx_hal_gpio.d
│ │ │ stm32f1xx_hal_gpio.lst
│ │ │ stm32f1xx_hal_gpio.o
│ │ │ stm32f1xx_hal_gpio_ex.d
│ │ │ stm32f1xx_hal_gpio_ex.lst
│ │ │ stm32f1xx_hal_gpio_ex.o
│ │ │ stm32f1xx_hal_msp.d
│ │ │ stm32f1xx_hal_msp.lst
│ │ │ stm32f1xx_hal_msp.o
│ │ │ stm32f1xx_hal_pwr.d
│ │ │ stm32f1xx_hal_pwr.lst
│ │ │ stm32f1xx_hal_pwr.o
│ │ │ stm32f1xx_hal_rcc.d
│ │ │ stm32f1xx_hal_rcc.lst
│ │ │ stm32f1xx_hal_rcc.o
│ │ │ stm32f1xx_hal_rcc_ex.d
│ │ │ stm32f1xx_hal_rcc_ex.lst
│ │ │ stm32f1xx_hal_rcc_ex.o
│ │ │ stm32f1xx_hal_spi.d
│ │ │ stm32f1xx_hal_spi.lst
│ │ │ stm32f1xx_hal_spi.o
│ │ │ stm32f1xx_hal_tim.d
│ │ │ stm32f1xx_hal_tim.lst
│ │ │ stm32f1xx_hal_tim.o
│ │ │ stm32f1xx_hal_tim_ex.d
│ │ │ stm32f1xx_hal_tim_ex.lst
│ │ │ stm32f1xx_hal_tim_ex.o
│ │ │ stm32f1xx_hal_uart.d
│ │ │ stm32f1xx_hal_uart.lst
│ │ │ stm32f1xx_hal_uart.o
│ │ │ stm32f1xx_it.d
│ │ │ stm32f1xx_it.lst
│ │ │ stm32f1xx_it.o
│ │ │ System.d
│ │ │ System.lst
│ │ │ System.o
│ │ │ system_stm32f1xx.d
│ │ │ system_stm32f1xx.lst
│ │ │ system_stm32f1xx.o
│ │ │ usart.d
│ │ │ usart.lst
│ │ └ usart.o
│ ├ Core
│ │ ├ Inc
│ │ │ │ dma.h
│ │ │ │ gpio.h
│ │ │ │ main.h
│ │ │ │ spi.h
│ │ │ │ stm32f1xx_hal_conf.h
│ │ │ │ stm32f1xx_it.h
│ │ │ └ usart.h
│ │ └ Src
│ │ │ dma.c
│ │ │ gpio.c
│ │ │ main.c
│ │ │ spi.c
│ │ │ stm32f1xx_hal_msp.c
│ │ │ stm32f1xx_it.c
│ │ │ system_stm32f1xx.c
│ │ └ usart.c
│ ├ Drivers
│ │ ├ CMSIS
│ │ │ ├ Device
│ │ │ │ └ ST
│ │ │ │ └ STM32F1xx
│ │ │ │ └ Include
│ │ │ │ │ stm32f103xb.h
│ │ │ │ │ stm32f1xx.h
│ │ │ │ └ system_stm32f1xx.h
│ │ │ └ Include
│ │ │ │ cmsis_armcc.h
│ │ │ │ cmsis_armclang.h
│ │ │ │ cmsis_compiler.h
│ │ │ │ cmsis_gcc.h
│ │ │ │ cmsis_iccarm.h
│ │ │ │ cmsis_version.h
│ │ │ │ core_armv8mbl.h
│ │ │ │ core_armv8mml.h
│ │ │ │ core_cm0.h
│ │ │ │ core_cm0plus.h
│ │ │ │ core_cm1.h
│ │ │ │ core_cm23.h
│ │ │ │ core_cm3.h
│ │ │ │ core_cm33.h
│ │ │ │ core_cm4.h
│ │ │ │ core_cm7.h
│ │ │ │ core_sc000.h
│ │ │ │ core_sc300.h
│ │ │ │ mpu_armv7.h
│ │ │ │ mpu_armv8.h
│ │ │ └ tz_context.h
│ │ └ STM32F1xx_HAL_Driver
│ │ ├ Inc
│ │ │ │ stm32f1xx_hal.h
│ │ │ │ stm32f1xx_hal_cortex.h
│ │ │ │ stm32f1xx_hal_def.h
│ │ │ │ stm32f1xx_hal_dma.h
│ │ │ │ stm32f1xx_hal_dma_ex.h
│ │ │ │ stm32f1xx_hal_exti.h
│ │ │ │ stm32f1xx_hal_flash.h
│ │ │ │ stm32f1xx_hal_flash_ex.h
│ │ │ │ stm32f1xx_hal_gpio.h
│ │ │ │ stm32f1xx_hal_gpio_ex.h
│ │ │ │ stm32f1xx_hal_pwr.h
│ │ │ │ stm32f1xx_hal_rcc.h
│ │ │ │ stm32f1xx_hal_rcc_ex.h
│ │ │ │ stm32f1xx_hal_spi.h
│ │ │ │ stm32f1xx_hal_tim.h
│ │ │ │ stm32f1xx_hal_tim_ex.h
│ │ │ │ stm32f1xx_hal_uart.h
│ │ │ └ Legacy
│ │ │ └ stm32_hal_legacy.h
│ │ └ Src
│ │ │ stm32f1xx_hal.c
│ │ │ stm32f1xx_hal_cortex.c
│ │ │ stm32f1xx_hal_dma.c
│ │ │ stm32f1xx_hal_exti.c
│ │ │ stm32f1xx_hal_flash.c
│ │ │ stm32f1xx_hal_flash_ex.c
│ │ │ stm32f1xx_hal_gpio.c
│ │ │ stm32f1xx_hal_gpio_ex.c
│ │ │ stm32f1xx_hal_pwr.c
│ │ │ stm32f1xx_hal_rcc.c
│ │ │ stm32f1xx_hal_rcc_ex.c
│ │ │ stm32f1xx_hal_spi.c
│ │ │ stm32f1xx_hal_tim.c
│ │ │ stm32f1xx_hal_tim_ex.c
│ │ └ stm32f1xx_hal_uart.c
│ └ MyApplication
│ │ lcd.c
│ │ lcd.h
│ │ lcdfont.h
│ │ lcd_init.c
│ │ lcd_init.h
│ │ LED.c
│ │ LED.h
│ │ MyApplication.h
│ │ MyApplication.mk
│ │ MyInit.c
│ │ MyInit.h
│ │ MyPrintf.c
│ │ MY_Printf.c
│ │ System.c
│ └ System.h
└ SR_Buck
│ keilkilll.bat
├ CORE
│ │ core_cm3.c
│ │ core_cm3.h
│ └ startup_stm32f10x_hd.s
├ HARDWARE
│ │ adc_dma.c
│ │ adc_dma.h
│ │ bmp.h
│ │ button.c
│ │ button.h
│ │ control.h
│ │ Interupt_Task.c
│ │ Interupt_Task.h