登录
首页 » SQL » STM32-USB-IAP

STM32-USB-IAP

于 2016-08-05 发布 文件大小:21741KB
0 211
下载积分: 1 下载次数: 36

代码说明:

  STM32 USB IAP(STM32 DFU),STM32F10X usb升级程序的程序,以及测试程序,还包括dfuse安装软件和使用说明。在刚开始进行stm32 usb升级程序的过程中,网络的很多资料都不完整,错误的很多,自己也遇到了一些问题,话费不少时间,在成功完成此功能后感觉很有必要分享出来,减少大家开发stm32 usb iap功能的时间。(STM32 USB IAP(STM32 DFU)and test program)

文件列表:

STM32 USB IAP
.............\APP程序
.............\.......\CMSIS
.............\.......\.....\CM3
.............\.......\.....\...\CORE
.............\.......\.....\...\....\core_cm3.c,17273,2010-06-07
.............\.......\.....\...\....\core_cm3.h,85714,2011-02-09
.............\.......\.....\...\STARTUP
.............\.......\.....\...\.......\startup_stm32f10x_cl.s,15766,2011-03-10
.............\.......\.....\...\.......\startup_stm32f10x_hd.s,15503,2011-03-10
.............\.......\.....\...\.......\startup_stm32f10x_hd_vl.s,15692,2011-03-10
.............\.......\.....\...\.......\startup_stm32f10x_ld.s,12376,2011-03-10
.............\.......\.....\...\.......\startup_stm32f10x_ld_vl.s,13656,2011-03-10
.............\.......\.....\...\.......\startup_stm32f10x_md.s,12765,2011-03-10
.............\.......\.....\...\.......\startup_stm32f10x_md_vl.s,14073,2011-03-10
.............\.......\.....\...\.......\startup_stm32f10x_xl.s,15955,2011-03-10
.............\.......\.....\...\stm32f10x.h,634052,2014-02-20
.............\.......\.....\...\stm32f10x_conf.h,3259,2011-04-04
.............\.......\.....\...\stm32f10x_it.c,4392,2016-08-04
.............\.......\.....\...\stm32f10x_it.h,2086,2014-02-09
.............\.......\.....\...\system_stm32f10x.c,36561,2016-08-04
.............\.......\.....\...\system_stm32f10x.h,2085,2011-03-10
.............\.......\.....\STM32LIB
.............\.......\.....\........\inc
.............\.......\.....\........\...\misc.h,8982,2011-03-10
.............\.......\.....\........\...\stm32f10x_adc.h,21690,2011-03-10
.............\.......\.....\........\...\stm32f10x_bkp.h,7555,2011-03-10
.............\.......\.....\........\...\stm32f10x_can.h,27559,2011-03-10
.............\.......\.....\........\...\stm32f10x_cec.h,6573,2011-03-10
.............\.......\.....\........\...\stm32f10x_crc.h,2162,2011-03-10
.............\.......\.....\........\...\stm32f10x_dac.h,15233,2011-03-10
.............\.......\.....\........\...\stm32f10x_dbgmcu.h,3818,2011-03-10
.............\.......\.....\........\...\stm32f10x_dma.h,20754,2011-03-10
.............\.......\.....\........\...\stm32f10x_exti.h,6824,2011-03-10
.............\.......\.....\........\...\stm32f10x_flash.h,25445,2011-03-10
.............\.......\.....\........\...\stm32f10x_fsmc.h,27016,2011-03-10
.............\.......\.....\........\...\stm32f10x_gpio.h,20175,2011-03-10
.............\.......\.....\........\...\stm32f10x_i2c.h,30029,2011-03-10
.............\.......\.....\........\...\stm32f10x_iwdg.h,3828,2011-03-10
.............\.......\.....\........\...\stm32f10x_pwr.h,4383,2011-03-10
.............\.......\.....\........\...\stm32f10x_rcc.h,30452,2011-03-10
.............\.......\.....\........\...\stm32f10x_rtc.h,3857,2011-03-10
.............\.......\.....\........\...\stm32f10x_sdio.h,21863,2011-03-10
.............\.......\.....\........\...\stm32f10x_spi.h,17725,2011-03-10
.............\.......\.....\........\...\stm32f10x_tim.h,52427,2011-03-10
.............\.......\.....\........\...\stm32f10x_usart.h,16548,2011-03-10
.............\.......\.....\........\...\stm32f10x_wwdg.h,2966,2011-03-10
.............\.......\.....\........\src
.............\.......\.....\........\...\misc.c,7046,2011-03-10
.............\.......\.....\........\...\stm32f10x_adc.c,47201,2011-03-10
.............\.......\.....\........\...\stm32f10x_bkp.c,8463,2011-03-10
.............\.......\.....\........\...\stm32f10x_can.c,45103,2011-03-10
.............\.......\.....\........\...\stm32f10x_cec.c,11656,2011-03-10
.............\.......\.....\........\...\stm32f10x_crc.c,3347,2011-03-10
.............\.......\.....\........\...\stm32f10x_dac.c,19087,2011-03-10
.............\.......\.....\........\...\stm32f10x_dbgmcu.c,5149,2011-03-10
.............\.......\.....\........\...\stm32f10x_dma.c,29607,2011-03-10
.............\.......\.....\........\...\stm32f10x_exti.c,6959,2011-03-10
.............\.......\.....\........\...\stm32f10x_flash.c,62551,2011-03-10
.............\.......\.....\........\...\stm32f10x_fsmc.c,35484,2011-03-10
.............\.......\.....\........\...\stm32f10x_gpio.c,23221,2011-03-11
.............\.......\.....\........\...\stm32f10x_i2c.c,45781,2011-03-10
.............\.......\.....\........\...\stm32f10x_iwdg.c,4916,2011-03-10
.............\.......\.....\........\...\stm32f10x_pwr.c,8759,2011-03-10
.............\.......\.....\........\...\stm32f10x_rcc.c,51271,2011-03-10
.............\.......\.....\........\...\stm32f10x_rtc.c,8598,2011-03-10
.............\.......\.....\........\...\stm32f10x_sdio.c,28933,2011-03-10
.............\.......\.....\........\...\stm32f10x_spi.c,30224,2011-03-10
.............\.......\.....\........\...\stm32f10x_tim.c,109159,2011-03-10
.............\.......\.....\........\...\stm32f10x_usart.c,38308,2011-03-10
.............\.......\.....\........\...\stm32f10x_wwdg.c,5735,2011-03-10
.............\.......\HARDWARE
.............\.......\........\Adjust_time.c,7093,2014-03-09
.............\.......\........\Adjust_time.h,990,2014-03-06
.............\.......\........\BKP
.............\.......\........\...\bkp.c,1872,2014-03-02
.............\.......\........\...\bkp.h,905,2014-01-24
.............\.......\........\flash
.............\.......\........\.....\flash.c,13472,2014-03-06
.............\.......\........\.....\flash.h,3940,2014-03-06
.............\.......\........\iic
.............\.......\........\...\hw_iic.c,11354,2014-02-19
.............\.......\........\...\hw_iic.h,1692,2014-02-19
.............\.......\........\...\iic.c,7534,2014-02-08
.............\.......\........\...\iic.h,2556,2014-01-18
.............\.......\........\KEY
.............\.......\........\...\key.c,3929,2014-03-09
.............\.......\........\...\key.h,1990,2014-01-23
.............\.......\........\LED
.............\.......\........\...\led.c,1604,2014-03-14
.............\.......\........\...\led.h,1065,2014-03-14
.............\.......\........\pcf8563
.............\.......\........\.......\pcf8563.c,10174,2014-03-09
.............\.......\........\.......\pcf8563.h,7076,2014-03-09
.............\.......\........\rtc
.............\.......\........\...\rtc.c,10947,2014-03-09
.............\.......\........\...\rtc.h,2141,2014-03-03
.............\.......\........\sdiosdcard
.............\.......\........\..........\sdio_sdcard.c,72647,2014-02-22
.............\.......\........\..........\sdio_sdcard.h,21635,2014-02-22

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • wiretest
    Wire protocol assertions generated by wirecheck .
    2015-05-13 12:44:00下载
    积分:1
  • 定时器中断
    STM32F407定时器实验,使用定时器控制LED闪烁,并且与while循环的闪烁灯进行时间的对比。(STM32F407 timer experiment uses timer to control LED flicker, and compares the time with that of the while cycle flicker lamp.)
    2020-06-21 14:40:01下载
    积分:1
  • 4.16、温湿度传感器
    说明:  基于STM32,通过温湿度传感器来采集温湿度数据(Collection of temperature and humidity based on STM32)
    2019-12-10 17:34:01下载
    积分:1
  • Network-Formation
    下一代无线网络、中继选择、联盟形成博弈、matlab仿真(Network Formation Games Among Relay Stations in Next Generation Wireless Networks,matlab)
    2012-12-05 11:28:27下载
    积分:1
  • DPM_BODY_FORCE
    It can be used to simulate body force in Discrete Particle Model (DPM) in ANSYS FLUENT v14.5
    2014-04-16 10:02:48下载
    积分:1
  • cc2650-master
    for ti cc2650 chips sensor
    2020-10-15 11:37:29下载
    积分:1
  • SOC计算部分代码解析
    BMS的SOC(荷点状态)计算部分代码解析(Source analysis of SOC computing in BMS)
    2018-05-02 10:49:42下载
    积分:1
  • k-fold_cross-validation_binary_libsvm
    K fold cross validation on svm
    2016-10-30 00:53:07下载
    积分:1
  • 喂鱼
    自制的pcb功能板,包含了温度检测与显示、光线检测、蜂鸣器提示以及自动投食舵机。(The self-made PCB function board includes temperature detection and display, light detection, buzzer prompt and automatic feeding steering gear)
    2018-11-15 19:44:06下载
    积分:1
  • Full2012
    1. 本研究利用 PCA 对可见-近红外(450~1 000 nm)、可见光(450~780 nm)和近红外(780~1 000 nm)光谱区域的苹果高光谱图像数据进行降维,获得 PC 图像,通过对 PC 图像进行分析,确定可用于分割损伤和正常区域的有效光谱区域,对比分析几个光谱区域的 PCA 的效果。(but currently no practical system for detecting blood spots and dirt stains exists. In order to obtain maximum throughput, processing speeds of over 85,000 eggs per hour are common. The demanding requirements placed on the human workers result in two types of grading errors)
    2013-09-03 16:30:05下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载