-
大小: 3.55MB文件类型: .zip金币: 1下载: 0 次发布日期: 2023-11-08
- 语言: 其他
- 标签: STM32 BOOTLOADER IAP
资源简介
stm32f103RCT6 BOOTLOADER IAP程序在(0x8000000)地址, 经测试实现从IAP自动跳转到高地址APP(0x8003000)
代码片段和文件信息
/**************************************************************************//**
* @file core_cm3.c
* @brief CMSIS Cortex-M3 Core Peripheral Access layer Source File
* @version V1.30
* @date 30. October 2009
*
* @note
* Copyright (C) 2009 ARM Limited. All rights reserved.
*
* @par
* ARM Limited (ARM) is supplying this software for use with Cortex-M
* processor based microcontrollers. This file can be freely distributed
* within development tools that are supporting such ARM based processors.
*
* @par
* THIS SOFTWARE IS PROVIDED “AS IS“. NO WARRANTIES WHETHER EXPRESS IMPLIED
* OR STATUTORY INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.
* ARM SHALL NOT IN ANY CIRCUMSTANCES BE LIABLE FOR SPECIAL INCIDENTAL OR
* CONSEQUENTIAL DAMAGES FOR ANY REASON WHATSOEVER.
*
******************************************************************************/
#include
/* define compiler specific symbols */
#if defined ( __CC_ARM )
#define __ASM __asm /*!< asm keyword for ARM Compiler */
#define __INLINE __inline /*!< inline keyword for ARM Compiler */
#elif defined ( __ICCARM__ )
#define __ASM __asm /*!< asm keyword for IAR Compiler */
#define __INLINE inline /*!< inline keyword for IAR Compiler. Only avaiable in High optimization mode! */
#elif defined ( __GNUC__ )
#define __ASM __asm /*!< asm keyword for GNU Compiler */
#define __INLINE inline /*!< inline keyword for GNU Compiler */
#elif defined ( __TASKING__ )
#define __ASM __asm /*!< asm keyword for TASKING Compiler */
#define __INLINE inline /*!< inline keyword for TASKING Compiler */
#endif
/* ################### Compiler specific Intrinsics ########################### */
#if defined ( __CC_ARM ) /*------------------RealView Compiler -----------------*/
/* ARM armcc specific functions */
/**
* @brief Return the Process Stack Pointer
*
* @return ProcessStackPointer
*
* Return the actual process stack pointer
*/
__ASM uint32_t __get_PSP(void)
{
mrs r0 psp
bx lr
}
/**
* @brief Set the Process Stack Pointer
*
* @param topOfProcStack Process Stack Pointer
*
* Assign the value ProcessStackPointer to the MSP
* (process stack pointer) Cortex processor register
*/
__ASM void __set_PSP(uint32_t topOfProcStack)
{
msr psp r0
bx lr
}
/**
* @brief Return the Main Stack Pointer
*
* @return Main Stack Pointer
*
* Return the curren
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-04-18 18:34 RCT6--BOOTLOADER IAP_自动跳转\
目录 0 2013-04-18 18:34 RCT6--BOOTLOADER IAP_自动跳转\Libraries\
目录 0 2013-04-18 18:34 RCT6--BOOTLOADER IAP_自动跳转\Libraries\CMSIS\
目录 0 2013-04-18 18:34 RCT6--BOOTLOADER IAP_自动跳转\Libraries\CMSIS\CM3\
目录 0 2013-04-18 18:34 RCT6--BOOTLOADER IAP_自动跳转\Libraries\CMSIS\CM3\CoreSupport\
文件 17273 2010-10-18 20:09 RCT6--BOOTLOADER IAP_自动跳转\Libraries\CMSIS\CM3\CoreSupport\core_cm3.c
文件 85714 2010-10-18 20:09 RCT6--BOOTLOADER IAP_自动跳转\Libraries\CMSIS\CM3\CoreSupport\core_cm3.h
目录 0 2013-04-18 18:34 RCT6--BOOTLOADER IAP_自动跳转\Libraries\CMSIS\CM3\DeviceSupport\
目录 0 2013-04-18 18:34 RCT6--BOOTLOADER IAP_自动跳转\Libraries\CMSIS\CM3\DeviceSupport\ST\
文件 25107 2010-10-18 20:09 RCT6--BOOTLOADER IAP_自动跳转\Libraries\CMSIS\CM3\DeviceSupport\ST\Release_Notes_for_STM32F10x_CMSIS.html
目录 0 2013-04-18 18:34 RCT6--BOOTLOADER IAP_自动跳转\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\
目录 0 2013-04-18 18:34 RCT6--BOOTLOADER IAP_自动跳转\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\
目录 0 2013-04-18 18:34 RCT6--BOOTLOADER IAP_自动跳转\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\
文件 15763 2010-10-18 20:09 RCT6--BOOTLOADER IAP_自动跳转\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_cl.s
文件 15500 2010-10-18 20:09 RCT6--BOOTLOADER IAP_自动跳转\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_hd.s
文件 15767 2010-10-18 20:09 RCT6--BOOTLOADER IAP_自动跳转\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_hd_vl.s
文件 12373 2010-10-18 20:09 RCT6--BOOTLOADER IAP_自动跳转\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_ld.s
文件 13653 2010-10-18 20:09 RCT6--BOOTLOADER IAP_自动跳转\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_ld_vl.s
文件 12762 2010-10-18 20:09 RCT6--BOOTLOADER IAP_自动跳转\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_md.s
文件 14070 2010-10-18 20:09 RCT6--BOOTLOADER IAP_自动跳转\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_md_vl.s
文件 15952 2010-10-18 20:09 RCT6--BOOTLOADER IAP_自动跳转\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_xl.s
目录 0 2013-04-18 18:34 RCT6--BOOTLOADER IAP_自动跳转\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\
文件 12955 2010-10-18 20:09 RCT6--BOOTLOADER IAP_自动跳转\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_cl.s
文件 13042 2010-10-18 20:09 RCT6--BOOTLOADER IAP_自动跳转\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_hd.s
文件 12451 2010-10-18 20:09 RCT6--BOOTLOADER IAP_自动跳转\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_hd_vl.s
文件 9698 2010-10-18 20:09 RCT6--BOOTLOADER IAP_自动跳转\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_ld.s
文件 10445 2010-10-18 20:09 RCT6--BOOTLOADER IAP_自动跳转\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_ld_vl.s
文件 10154 2010-10-18 20:09 RCT6--BOOTLOADER IAP_自动跳转\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_md.s
文件 10941 2010-10-18 20:09 RCT6--BOOTLOADER IAP_自动跳转\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_md_vl.s
文件 13143 2010-10-18 20:09 RCT6--BOOTLOADER IAP_自动跳转\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_xl.s
目录 0 2013-04-18 18:34 RCT6--BOOTLOADER IAP_自动跳转\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\iar\
............此处省略253个文件信息
相关资源
- TFT LCD 3.5寸驱动程序例程 STM32
- stm32智能寻迹避障小车代码
- 基于STM32的电子琴设计
- 基于stm32f407芯片双ADC多通道开启AD转换
- STM32单片机程序+原理图.rar
- STM32蓝牙+超声波+舵机.rar
- STM32F103C8 例程
- 基于STM32和arduino的MPU9250九轴传感器代
- stm32f103c8t6蓝牙运动控制.zip
- STM32+lcd12864串行方式显示贪吃蛇代码
- STM32综合测试程序4.0寸ILI9486_320X480_8位
- FDC2214测试代码
- TCRT5000红外反射传感器循迹传感器.z
- stm32F103 +nrf24l01 发送程序
- CMT2300A_+_STM32F103RBT6编译通过,未实物
- stm32F103RVT6与vs1003/1053/SD卡做成的MP3
- 串口-Lin通信主、从工程代码.zip
- 基于STM32F103的无感和有感无刷直流电
- 基于stm32的万年历,有液晶显示、阴阳
- 超声波测距stm32
- STM32F103C8T6核心板资料及测试代码.zi
- 2017年电子设计竞赛K题源代码单相用电
- STM32CUEB关于KEIL5、stm32f103c8t6时钟配置
- uCOS-III内核实现与应用开发实战指南—
- STM32L051C8T6_USART1.zip
- STM32F103ZET6_INA226电流采集芯片源码.z
- AD9910驱动+PDF调幅频,ram模式,drg模式
- STM32 LCD12864 -Z小旋.zip
- 基于STM32的步进电机加减速程序
- 泰庆电子0.96OLED显示屏_STM32ZET系列_S
评论
共有 条评论