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

STM32-USB-IAP

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

  • 霍尔传感器+测速传感器+计数传感器+
    进行速度的测量与监控,具有测速频率高,精度高,反馈效果好等优点(Speed measurement and monitoring has the advantages of high frequency, high accuracy and good feedback effect.)
    2020-06-25 09:40:02下载
    积分:1
  • ElectronicDesignCompetitionFirstPrize2009NationalW
    本系统根2009年全国大学生电子设计大赛A题:光伏并网发电模拟装置 的任务要求,对光伏并网发电模拟装置的原理和结构进行参数的计算与分析,设计并制作了一个设计并制作一个光伏并网发电模拟装置。(The system root 2009 National Undergraduate Electronic Design Contest A question: Photovoltaic power generation analog devices with the demands of photovoltaic power generation simulator principle and structure parameters of the calculation and analysis, design and production of a design and producing a photovoltaic power generation simulator.)
    2010-08-22 12:18:45下载
    积分:1
  • Phase_detection
    PLL锁相环 输入三相电压电流 输出电角度 DQ轴电压电流(Phase Loop Lock Input: 3_phase voltage¤t output: angle & DQ-axis Voltage&Current)
    2020-06-29 23:00:01下载
    积分:1
  • 51yejing
    51c超声波测距程用12864显示,利用测距的是超声波模组,效果良好。(51c Ultrasonic Ranging procedures)
    2013-10-23 10:15:55下载
    积分:1
  • cc1100-wireless
    基于MSP430的CC1100的无线温度采集系统的设计,方便大家学习交流!!!!!!!!(MSP430 design of CC1100 wireless temperature acquisition system based on exchange to facilitate learning! ! ! ! ! ! ! !)
    2015-12-04 11:37:43下载
    积分:1
  • STM32-driver-kinds-of-LCD-chip
    stm32驱动LCD ILI9341/ILI9325/RM68042/RM68021/ILI9320/ILI9328/LGDP4531/LGDP4535/SPFD5408/SSD1289/1505/B505/C505/NT35310/NT35510,里面b包括驱动冷门芯片HX8352工程(STM32 driver LCD ILI9341/ILI9325/RM68042/RM68021/ILI9320/ILI9328/LGDP4531/LGDP4535/SPFD5408/SSD1289/1505/B505/C505/NT35310/NT35510, there is also a driving chip HX8352 project unpopular)
    2015-01-11 10:08:11下载
    积分:1
  • MC9S12XS128changyongmokuai
    MC9S12系列单片机的学习的资料,里面包括了其重要的技术模块及编程技巧,能帮助大家更好的了解和使用这款单片机(MC9S12 series MCU learning materials, including its important technical modules and programming skills, to help people better understand and use the single chip microcomputer )
    2013-10-16 10:01:22下载
    积分:1
  • The-foundation-design-of-gas-turbine
    燃气轮机的设计资料,书后附有燃气轮机整机和各个部件的设计程序,在每个程序中给出了设计实例。(Gas turbine design information, the book with the machine and the various components of the gas turbine design process, design examples are given in each program.)
    2014-04-22 18:13:08下载
    积分:1
  • DZ60Demo
    DZ60系列单片机部分代码,spi,IIC,CAN(codeing of DZ60,SPI,IIC,CAN)
    2012-02-02 10:42:59下载
    积分:1
  • PID
    对PID的学习从入门到精通吃透,有助于初学者快速学习掌握(For PID learning from entry to master fully digested, to help beginners learn to master)
    2014-02-27 10:07:18下载
    积分:1
  • 696518资源总数
  • 105554会员总数
  • 2今日下载