资源简介
这是一个已经封装好了的SMT32 IAP的bootloader程序,他实现的功能是:你可以通过上位机将程序通过WIFI等手段发送到硬件,硬件接收到后进行程序烧录,简单来说就是进行固件更新。通信方式选择的是串口,你可以配合WIFI,蓝牙,433等进行远程下载。
包中已经预先写好了4个简单的APP程序,可供你测试。
开发环境是 KEIL5
代码片段和文件信息
/**
******************************************************************************
* @file system_stm32f10x.c
* @author MCD Application Team
* @version V3.5.0
* @date 11-March-2011
* @brief CMSIS Cortex-M3 Device Peripheral Access layer System Source File.
*
* 1. This file provides two functions and one global variable to be called from
* user application:
* - SystemInit(): Setups the system clock (System clock source PLL Multiplier
* factors AHB/APBx prescalers and Flash settings).
* This function is called at startup just after reset and
* before branch to main program. This call is made inside
* the “startup_stm32f10x_xx.s“ file.
*
* - SystemCoreClock variable: Contains the core clock (HCLK) it can be used
* by the user application to setup the SysTick
* timer or configure other parameters.
*
* - SystemCoreClockUpdate(): Updates the variable SystemCoreClock and must
* be called whenever the core clock is changed
* during program execution.
*
* 2. After each device reset the HSI (8 MHz) is used as system clock source.
* Then SystemInit() function is called in “startup_stm32f10x_xx.s“ file to
* configure the system clock before to branch to main program.
*
* 3. If the system clock source selected by user fails to startup the SystemInit()
* function will do nothing and HSI still used as system clock source. User can
* add some code to deal with this issue inside the SetSysClock() function.
*
* 4. The default value of HSE crystal is set to 8 MHz (or 25 MHz depedning on
* the product used) refer to “HSE_VALUE“ define in “stm32f10x.h“ file.
* When HSE is used as system clock source directly or through PLL and you
* are using different crystal you have to adapt the HSE value to your own
* configuration.
*
******************************************************************************
* @attention
*
* THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
* WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE
* TIME. AS A RESULT STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY
* DIRECT INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING
* FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE
* CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
*
* © COPYRIGHT 2011 STMicroelectronics
******************************************************************************
*/
/** @addtogroup CMSIS
* @{
*/
/** @addtogroup stm32f10x_system
* @{
*
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2016-01-26 19:01 STM32_IAP_\
目录 0 2016-01-26 19:01 STM32_IAP_\APP(0x2800)\
文件 1968 2015-12-22 16:36 STM32_IAP_\APP(0x2800)\可更新程序APP2.bin
文件 1964 2015-12-22 16:06 STM32_IAP_\APP(0x2800)\更新程序(标识位存放地址0x0800f000).bin
文件 1772 2015-12-15 19:21 STM32_IAP_\APP(0x2800)\输出aaaaaaa.bin
文件 1776 2015-12-09 17:22 STM32_IAP_\APP(0x2800)\输出This_is_APP.bin
目录 0 2016-01-26 19:01 STM32_IAP_\IAP(1152000x2800)\
目录 0 2016-01-26 19:01 STM32_IAP_\IAP(1152000x2800)\IAP\
文件 399 2015-12-22 12:17 STM32_IAP_\IAP(1152000x2800)\IAP\keilkill.bat
目录 0 2016-01-26 19:01 STM32_IAP_\IAP(1152000x2800)\IAP\listings\
目录 0 2016-01-26 19:01 STM32_IAP_\IAP(1152000x2800)\IAP\out\
文件 18522 2015-12-22 20:13 STM32_IAP_\IAP(1152000x2800)\IAP\out\test.hex
目录 0 2016-01-26 19:01 STM32_IAP_\IAP(1152000x2800)\IAP\project\
文件 671 2015-12-09 17:08 STM32_IAP_\IAP(1152000x2800)\IAP\project\Jli
目录 0 2016-01-26 19:01 STM32_IAP_\IAP(1152000x2800)\IAP\project\RTE\
目录 0 2016-01-26 19:01 STM32_IAP_\IAP(1152000x2800)\IAP\project\RTE\Device\
目录 0 2016-01-26 19:01 STM32_IAP_\IAP(1152000x2800)\IAP\project\RTE\Device\STM32F102C8\
文件 55603 2015-11-29 17:33 STM32_IAP_\IAP(1152000x2800)\IAP\project\RTE\Device\STM32F102C8\RTE_Device.h
文件 12765 2015-11-29 17:33 STM32_IAP_\IAP(1152000x2800)\IAP\project\RTE\Device\STM32F102C8\startup_stm32f10x_md.s
文件 4164 2015-11-29 17:33 STM32_IAP_\IAP(1152000x2800)\IAP\project\RTE\Device\STM32F102C8\stm32f10x_conf.h
文件 36557 2015-11-29 17:33 STM32_IAP_\IAP(1152000x2800)\IAP\project\RTE\Device\STM32F102C8\system_stm32f10x.c
目录 0 2016-01-26 19:01 STM32_IAP_\IAP(1152000x2800)\IAP\project\RTE\Device\STM32F103C8\
文件 55603 2015-11-29 17:33 STM32_IAP_\IAP(1152000x2800)\IAP\project\RTE\Device\STM32F103C8\RTE_Device.h
文件 55603 2015-11-29 17:33 STM32_IAP_\IAP(1152000x2800)\IAP\project\RTE\Device\STM32F103C8\RTE_Device.h.0000
文件 55603 2015-11-29 17:33 STM32_IAP_\IAP(1152000x2800)\IAP\project\RTE\Device\STM32F103C8\RTE_Device.h.0001
文件 12765 2015-11-29 17:33 STM32_IAP_\IAP(1152000x2800)\IAP\project\RTE\Device\STM32F103C8\startup_stm32f10x_md.s
文件 12765 2015-11-29 17:33 STM32_IAP_\IAP(1152000x2800)\IAP\project\RTE\Device\STM32F103C8\startup_stm32f10x_md.s.0000
文件 12765 2015-11-29 17:33 STM32_IAP_\IAP(1152000x2800)\IAP\project\RTE\Device\STM32F103C8\startup_stm32f10x_md.s.0001
文件 4164 2015-11-29 17:33 STM32_IAP_\IAP(1152000x2800)\IAP\project\RTE\Device\STM32F103C8\stm32f10x_conf.h
文件 4164 2015-11-29 17:33 STM32_IAP_\IAP(1152000x2800)\IAP\project\RTE\Device\STM32F103C8\stm32f10x_conf.h.0000
文件 4164 2015-11-29 17:33 STM32_IAP_\IAP(1152000x2800)\IAP\project\RTE\Device\STM32F103C8\stm32f10x_conf.h.0001
............此处省略25个文件信息
相关资源
- SSTEasyIAP11F.exe
- Intel Fortran IAPWS-IF97水物性Fortran 源程序
- 阿里/腾讯直播HBuilderX集成uniapp原生插
- STM32网络远程升级固件的IAP程序
- Qt平台的DSP和STM32系列基于CAN总线在线
- 基于CAN总线TMS320F28335的IAP
- 耐热β-半乳糖苷酶B
- 基于stc15f2k61s2的dht11+oled实时监测的单
- STM32F103_IAP Boot-Loader引导程序
- stm32_IAP远程升级程序_STM32+W5500+IAP
- 最新EasyUI-1.3.2中文版API
-
Qt5 QMediaPla
yer音乐播放器 - carplay认证,iAP2 Sample Source R1.zip
- CarPlay认证指南
- IAP程序BootLoader
- STM32在线升级IAP boot app 上位机源码.
- 基于QT5.7给STM32F103进行串口升级的上位
- qt qml使用高德地图的WebAPI获取静态地
- uniapp基础语法视频教程
- 新唐IAP Application Note
- SMT32_Demo.zip
- STM32F103C8T6在线升级IAP
- IAPWS-IF97 以及 IFC-67 水的热物性Excel加
- STM32F103C8T6实现串口IAP方式升级固件源
- stm32F1+gprs的IAP远程升级,app的adc数据
- STC单片机IAP源码与超级终端
- 微信小程序富文本编辑器插件miniapp
- 通过SD卡升级STM32F103程序
- STM32 W5500http 使用IAP 实现OTA空中升级
- uniapp H5集成微信JS支付
评论
共有 条评论