2021-08-25 10:25:45 索炜达电子 1617
项目编号:E621
文件大小:37M
源码说明:带中文注释
开发环境:C编译器
简要概述
数控稳压电源-春风电源
目录│文件列表:
└ 数控稳压电源-春风电源
├ 数控电源资料整理
│ ├ PCB
│ │ ├ 人机界面2.0
│ │ │ │ 人机界面20.PcbDoc
│ │ │ │ 人机界面20.PcbDocPreview
│ │ │ │ 人机界面20.PrjPcb
│ │ │ │ 人机界面20.SchDoc
│ │ │ └ 人机界面20.SchDocPreview
│ │ ├ 数控电源主板2.0
│ │ │ │ 数控电源V2.PcbDoc
│ │ │ │ 数控电源V2.PcbDoc.htm
│ │ │ │ 数控电源V2.PcbDocPreview
│ │ │ │ 数控电源V2.pdf
│ │ │ │ 数控电源V2.PrjPCB
│ │ │ │ 数控电源V2.SchDoc
│ │ │ └ 数控电源V2.SchDocPreview
│ │ └ 整流模块
│ │ │ 整流供电模块.pdf
│ │ │ 整流模块.PcbDoc
│ │ │ 整流模块.PcbDocPreview
│ │ │ 整流模块.PrjPCB
│ │ │ 整流模块.SchDoc
│ │ └ 整流模块.SchDocPreview
│ ├ 春风电源
│ │ ├ 2_1版
│ │ │ │ 第三版1.pdf
│ │ │ │ 第三版2.pdf
│ │ │ └ 第三版3.pdf
│ │ ├ 春风程序
│ │ │ │ CF-power2.rar
│ │ │ └ CF-power2
│ │ │ │ CF-power2.hex
│ │ │ │ CF-power2.plg
│ │ │ │ CF-power2.uvopt
│ │ │ │ CF-power2.uvproj
│ │ │ │ CF-power2_Target 1.dep
│ │ │ │ CF-power2_uvopt.bak
│ │ │ │ keilkilll.bat
│ │ │ │ STM32F10x.s
│ │ │ └ Src
│ │ │ │ Disp.C
│ │ │ │ Disp.H
│ │ │ │ I2C_Driver.c
│ │ │ │ I2C_Driver.h
│ │ │ │ main.c
│ │ │ │ MainDef.h
│ │ │ │ StdPeriph_Ini.c
│ │ │ │ stm32f10x_it.c
│ │ │ │ stm32f10x_it.h
│ │ │ └ user.h
│ │ ├ 第一版
│ │ │ │ 春风电源第一版.docx
│ │ │ │ 春风电源第一版原理图-人机界面.jpg
│ │ │ │ 春风电源第一版原理图-数字部分.jpg
│ │ │ │ 春风电源第一版原理图-模拟部分.jpg
│ │ │ │ 春风电源第一版原理图-独立的5V输出.jpg
│ │ │ └ PCB文件
│ │ │ │ Free Documents.OutJob
│ │ │ │ 春风电源第一版.pdf
│ │ │ │ 春风稳压电源第一版.OutJob
│ │ │ │ 春风稳压电源第一版.PrjPCB
│ │ │ │ 春风稳压电源第一版.PrjPCBStructure
│ │ │ │ 稳压电源-原理图.pdf
│ │ │ │ 稳压电源.PCB
│ │ │ │ 稳压电源.PCBPreview
│ │ │ │ 稳压电源.Sch
│ │ │ │ 稳压电源.SchPreview
│ │ │ └ History
│ │ │ │ 春风稳压电源第一版.~(1).PrjPCB.Zip
│ │ │ │ 春风稳压电源第一版.~(2).PrjPCB.Zip
│ │ │ │ 稳压电源.~(1).Sch.Zip
│ │ │ └ 稳压电源.~(2).Sch.Zip
│ │ └ 第二版
│ │ │ 春风电源第二版.docx
│ │ │ 春风电源第二版.pdf
│ │ │ 第二版1.pdf
│ │ └ 第二版2.pdf
│ ├ 相关资料
│ │ │ STM32F103硬件开发注意事项.pdf
│ │ │ STM32USB精华.pdf
│ │ │ STM32硬件开发使用入门-AN2856.pdf
│ │ │ 如何在STM32F10XXX上得到最佳的ADC精度-AN2834.pdf
│ │ └ 设计方案选择_MC.docx
│ └ 程序
│ │ POWER-V4.rar
│ │ 说明.txt
│ ├ POWER-V1
│ │ │ keilkilll.bat
│ │ │ 程序整理文档.txt
│ │ ├ CORE
│ │ │ │ core_cm3.c
│ │ │ │ core_cm3.h
│ │ │ └ startup_stm32f10x_hd.s
│ │ ├ FWLib
│ │ │ ├ inc
│ │ │ │ │ misc.h
│ │ ├ HARDWARE
│ │ │ ├ ADC
│ │ │ │ │ ADC.c
│ │ │ │ └ ADC.h
│ │ │ ├ DAC
│ │ │ │ │ DAC.c
│ │ │ │ └ DAC.h
│ │ │ ├ KB
│ │ │ │ │ KB.c
│ │ │ │ └ KB.h
│ │ │ ├ LED
│ │ │ │ │ LED.c
│ │ │ │ └ LED.h
│ │ │ └ TIMER
│ │ │ │ TIMER.c
│ │ │ └ TIMER.h
│ │ ├ OBJ
│ │ │ └ POWER-V2.hex
│ │ ├ SYSTEM
│ │ │ ├ delay
│ │ │ │ │ delay.c
│ │ │ │ └ delay.h
│ │ │ ├ sys
│ │ │ │ │ sys.c
│ │ │ │ └ sys.h
│ │ │ └ usart
│ │ │ │ usart.c
│ │ │ └ usart.h
│ │ └ USER
│ │ │ main.c
│ │ │ POWER-V2.uvopt
│ │ └ system_stm32f10x.h
│ ├ POWER-V2
│ │ │ keilkilll.bat
│ │ │ 程序整理文档.txt
│ │ ├ CORE
│ │ │ │ core_cm3.c
│ │ │ │ core_cm3.h
│ │ │ └ startup_stm32f10x_hd.s
│ │ ├ FWLib
│ │ │ ├ inc
│ │ │ │ │ misc.h
│ │ │ │ │ stm32f10x_adc.h
│ │ │ │ │ stm32f10x_bkp.h
│ │ │ │ │ stm32f10x_can.h
│ │ │ │ │ stm32f10x_cec.h
│ │ │ │ │ stm32f10x_crc.h
│ │ │ └ src
│ │ │ │ misc.c
│ │ │ │ stm32f10x_adc.c
│ │ │ │ stm32f10x_bkp.c
│ │ │ │ stm32f10x_tim.c
│ │ │ │ stm32f10x_usart.c
│ │ │ └ stm32f10x_wwdg.c
│ │ ├ HARDWARE
│ │ │ ├ ADC
│ │ │ │ │ ADC.c
│ │ │ │ └ ADC.h
│ │ │ ├ DAC
│ │ │ │ │ DAC.c
│ │ │ │ └ DAC.h
│ │ │ ├ KB
│ │ │ │ │ KB.c
│ │ │ │ └ KB.h
│ │ │ ├ LED
│ │ │ │ │ LED.c
│ │ │ │ └ LED.h
│ │ │ └ TIMER
│ │ │ │ TIMER.c
│ │ │ └ TIMER.h
│ │ ├ OBJ
│ │ │ │ POWER-V2.hex
│ │ │ └ POWER-V2.plg
│ │ ├ SYSTEM
│ │ │ ├ delay
│ │ │ │ │ delay.c
│ │ │ │ └ delay.h
│ │ │ ├ sys
│ │ │ │ │ sys.c
│ │ │ │ └ sys.h
│ │ │ └ usart
│ │ │ │ usart.c
│ │ │ └ usart.h
│ │ ├ USER
│ │ │ │ main.c
│ │ │ │ POWER-V2.uvopt
│ │ │ │ POWER-V2.uvproj
│ │ │ │ POWER-V2_POWER-V2.dep
│ │ │ └ system_stm32f10x.h
│ │ └ 测试-V2
│ │ │ 恒压模式测试.xls
│ │ │ 恒流模式测试.xls
│ │ │ 电源最终结果.pdf
│ │ └ 说明.txt
│ ├ POWER-V3
│ │ │ keilkilll.bat
│ │ │ 程序整理文档.txt
│ │ ├ CORE
│ │ │ │ core_cm3.c
│ │ │ │ core_cm3.h
│ │ │ └ startup_stm32f10x_hd.s
│ │ ├ FWLib
│ │ │ ├ inc
│ │ │ │ │ misc.h
│ │ │ │ │ stm32f10x_adc.h
│ │ │ │ │ stm32f10x_pwr.h
│ │ │ │ │ stm32f10x_rcc.h
│ │ │ │ │ stm32f10x_rtc.h
│ │ │ │ │ stm32f10x_sdio.h
│ │ │ │ │ stm32f10x_spi.h
│ │ │ │ │ stm32f10x_tim.h
│ │ │ │ │ stm32f10x_usart.h
│ │ │ │ └ stm32f10x_wwdg.h
│ │ │ └ src
│ │ │ │ misc.c
│ │ │ │ stm32f10x_adc.c
│ │ │ │ stm32f10x_tim.c
│ │ │ │ stm32f10x_usart.c
│ │ │ └ stm32f10x_wwdg.c
│ │ ├ HARDWARE
│ │ │ ├ ADC
│ │ │ │ │ ADC.c
│ │ │ │ └ ADC.h
│ │ │ ├ DAC
│ │ │ │ │ DAC.c
│ │ │ │ └ DAC.h
│ │ │ ├ KB
│ │ │ │ │ KB.c
│ │ │ │ └ KB.h
│ │ │ ├ LED
│ │ │ │ │ LED.c
│ │ │ │ └ LED.h
│ │ │ └ TIMER
│ │ │ │ TIMER.c
│ │ │ └ TIMER.h
│ │ ├ OBJ
│ │ │ └ POWER-V2.hex
│ │ ├ SYSTEM
│ │ │ ├ delay
│ │ │ │ │ delay.c
│ │ │ │ └ delay.h
│ │ │ ├ sys
│ │ │ │ │ sys.c
│ │ │ │ └ sys.h
│ │ │ └ usart
│ │ │ │ usart.c
│ │ │ └ usart.h
│ │ ├ USER
│ │ │ │ main.c
│ │ │ │ POWER-V2.uvopt
│ │ │ │ POWER-V2.uvproj
│ │ │ │ stm32f10x.h
│ │ │ │ stm32f10x_conf.h
│ │ │ │ stm32f10x_it.c
│ │ │ │ stm32f10x_it.h
│ │ │ │ system_stm32f10x.c
│ │ │ └ system_stm32f10x.h
│ │ └ 测试-V3
│ │ │ New恒流模式.xls
│ │ │ 恒压模式.xls
│ │ │ 恒流模式.xls
│ │ └ 说明文档.txt
│ └ POWER-V4
│ │ keilkilll.bat
│ │ 程序历史版本说明.txt
│ ├ CORE
│ │ │ core_cm3.c
│ │ │ core_cm3.h
│ │ └ startup_stm32f10x_hd.s
│ ├ FWLib
│ │ ├ inc
│ │ │ │ misc.h
│ │ │ │ stm32f10x_adc.h
│ │ │ │ stm32f10x_bkp.h
│ │ │ │ stm32f10x_can.h
│ │ │ │ stm32f10x_cec.h
│ │ └ src
│ │ │ misc.c
│ │ │ stm32f10x_adc.c
│ │ │ stm32f10x_bkp.c
│ ├ HARDWARE
│ │ ├ ADC
│ │ │ │ ADC.c
│ │ │ └ ADC.h
│ │ ├ DAC
│ │ │ │ DAC.c
│ │ │ └ DAC.h
│ │ ├ KB
│ │ │ │ KB.c
│ │ │ └ KB.h
│ │ ├ LED
│ │ │ │ LED.c
│ │ │ └ LED.h
│ │ └ TIMER
│ │ │ TIMER.c
│ │ └ TIMER.h
│ ├ OBJ
│ │ └ POWER-V2.hex
│ ├ SYSTEM
│ │ ├ delay
│ │ │ │ delay.c
│ │ │ └ delay.h
│ │ ├ sys
│ │ │ │ sys.c
│ │ │ └ sys.h
│ │ └ usart
│ │ │ usart.c
│ │ └ usart.h
│ └ USER
│ │ main.c
│ └ system_stm32f10x.h
└ 竞赛-电源2011夏天
│ 成哥源程序.rar
└ 数控电源-2011竞赛用
│ 电源改进版.PcbDoc
│ 电源改进版.PrjPcb
│ 电源改进版.SchDoc
└ 说明.txt