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

STM32-USB-IAP

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

  • zikuziliao
    字库相关资料,对于用到字库的人有很大帮助。(Font information, font used for people who are very helpful.)
    2013-11-22 11:47:39下载
    积分:1
  • Altium
    超全的AD库 包含了比较全的一些常用库文件,常用51单片机以及C8051F系列,还有一些常用的IC(Ultra-wide AD library contains more full of some commonly used libraries, common C8051F series microcontrollers and 51, there are some common IC)
    2021-03-25 12:19:13下载
    积分:1
  • ADS1158驱动程序
    首先说明ADS1158命令读写模式,然后解析命令含义及配置顺序等。(First, the ADS1158 command read and write mode, and then parse the command meaning and configuration order and so on.)
    2020-10-23 10:47:22下载
    积分:1
  • nmn
    神经网络中的权值、阈值以及中间变量很多,但是单片机的程序区和数据区的容量都是有限的。89C52程序区为8K字节,数据区为256K字节。由于探测器受体积限制应尽量避免外扩存储器,所以在实现计算时,要将权值和阈值写成立即数形式减少资源占用。(Neural network weights, threshold and intermediate variables, but procedures for single-chip area and the volume of data are limited. 89C52 process area for 8K byte, 256K-byte data area. As the detector by the volume limit should be avoided as far as possible outside the extended memory, so in the realization of the calculation, the right to the threshold value and written in the form of an immediate reduction in the number of occupied resources.)
    2007-12-19 10:07:34下载
    积分:1
  • OFDM_ICI_self_cancellation
    uising different ICI self-cancellation scheme to see its performance(uising different ICI self-cancellation s cheme to see its performance)
    2007-06-12 17:39:23下载
    积分:1
  • EnergyHarvestingCode
    能量采集系统的仿真程序,很好用。适合能量采集传输系统仿真。适合研究生学习!(energy harvesting, cooperative communications )
    2021-04-15 22:18:54下载
    积分:1
  • cpluspluskursu
    c++ studying codes/c++ COURSE/EXAMPLE CODES/ NECATİ ERGİ N
    2015-12-15 04:14:10下载
    积分:1
  • PWM
    用C语言编程的PWM波在液晶屏上的显示,主控制器为单片机(C language programming of the PWM wave display on the LCD screen, the main controller for the microcontroller)
    2013-08-15 11:22:45下载
    积分:1
  • weideng
    汽车尾灯控制程序,包括左右转向灯,刹车灯,应急灯,(Taillights control procedures, including the left and right turn signals, brake lights, emergency lights,)
    2016-01-06 18:48:03下载
    积分:1
  • 12864
    说明:  msp430G2驱动12864液晶显示屏显示程序(msp430G2 drive 12864 LCD display program)
    2020-06-19 10:00:02下载
    积分:1
  • 696518资源总数
  • 106174会员总数
  • 31今日下载