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

STM32-USB-IAP

于 2016-08-05 发布 文件大小:21741KB
0 136
下载积分: 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 个回复

  • LED
    mdk开发的mini2440 LED裸机程序(mdk developed mini2440 LED bare metal program)
    2013-10-24 09:43:07下载
    积分:1
  • MPU6050
    stc12c5a60s2读取mpu6050六轴原始数据(stc12c5a60s2 read mpu6050 six-axis raw data)
    2013-08-04 00:11:20下载
    积分:1
  • Luciol_V0_2_00z_as_Eclipse_Project
    参考www.luciol.info,项目对IEC8705-101、103实现,支持扩展IEC104,支持DNP协议(7 VI 2003 The User & Developer documentations can be found @ www.luciol.info in the support/dowload section. 1st Time User & Developer are under validation.)
    2014-08-20 11:17:29下载
    积分:1
  • DHT11
    基于DHT11的湿度感应加湿器,基于51单片机,采用C语言编程(Based DHT11 humidity sensor humidifiers, based on 51, using C language programming)
    2021-04-18 13:58:52下载
    积分:1
  • chen
    三相pwm高功率因数整流器论文 word格式(Three-phase pwm rectifier paper)
    2012-06-01 21:05:48下载
    积分:1
  • Hittite-PLL-Design-Installer-v1p1
     Hittite公司以创新的设计使得其PLL产品性能优异,在相位噪声,杂散方面有着卓越表现,其芯片的高集成度使得外围电路简单,设计方便。所以随着电子技术的发展,对频率源的相位噪声性能要求越来越高,Hittite的低相位噪声PLL,在物理、天文、无线电通信、雷达、航空、航天以及精密计量、仪器、仪表等各种领域里都将大有用武之地。(The Hittite companies with innovative design makes the PLL excellent product performance, the phase noise, spurious aspects with excellence, its high integration chip makes the peripheral circuit is simple and easy design. So with the development of electronic technology, phase noise performance of frequency source is more and more high, the Hittite low phase noise PLL, in physics, astronomy, radio communication, radar, aviation, aerospace and precision measurement, instruments, meters and other fields will be great.)
    2016-09-21 21:34:42下载
    积分:1
  • 51
    51单片机串口控制继电器的C源程序,用电脑控制继电器(51 MCU C source control relay)
    2014-02-21 22:34:42下载
    积分:1
  • Ad_dasub
    几种常用AD,DA芯片的处理子程序,包括ADI和TI的几个芯片及锯齿波子程序(Several common AD, DA chip processing subroutine, including several ADI and TI' s chips and sawtooth subroutine)
    2011-09-22 12:49:09下载
    积分:1
  • 2.4-LCD-display-current-temperature
    2.4寸彩屏实时显示当前温度,基于STC52单片机(2.4-inch color display the current temperature, microcontroller based STC52)
    2013-09-23 22:23:12下载
    积分:1
  • chuankoutongxin
    89c52的串口通信的演示 (89c52 serial communication demonstration)
    2011-05-29 21:16:23下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载