资源简介

这是一个已经封装好了的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\JlinkSettings.ini
     目录           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个文件信息

评论

共有 条评论