资源简介
从项目中剥离,通信类接收数据时采用循环队列的方式。此工程在STM32F103ZET6上运行。开发环境为Keil for ARM 5.10
代码片段和文件信息
/******************************************************************************
* @file: core_cm3.c
* @purpose: CMSIS Cortex-M3 Core Peripheral Access layer Source File
* @version: V1.20
* @date: 22. May 2009
*----------------------------------------------------------------------------
*
* Copyright (C) 2009 ARM Limited. All rights reserved.
*
* ARM Limited (ARM) is supplying this software for use with Cortex-Mx
* processor based microcontrollers. This file can be freely distributed
* within development tools that are supporting such ARM based processors.
*
* 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 armcc */
#define __INLINE __inline /*!< inline keyword for armcc */
#elif defined ( __ICCARM__ )
#define __ASM __asm /*!< asm keyword for iarcc */
#define __INLINE inline /*!< inline keyword for iarcc. Only avaiable in High optimization mode! */
#elif defined ( __GNUC__ )
#define __ASM __asm /*!< asm keyword for gcc */
#define __INLINE inline /*!< inline keyword for gcc */
#elif defined ( __TASKING__ )
#define __ASM __asm /*!< asm keyword for TASKING Compiler */
#define __INLINE inline /*!< inline keyword for TASKING Compiler */
#endif
#if defined ( __CC_ARM ) /*------------------RealView Compiler -----------------*/
/**
* @brief Return the Process Stack Pointer
*
* @param none
* @return uint32_t 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 uint32_t Process Stack Pointer
* @return none
*
* 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
*
* @param none
* @return uint32_t Main Stack Pointer
*
* Return the current value of the MSP (main stack pointer)
* Cortex processor register
*/
__ASM uint32_t __get_MSP(void)
{
mrs r0 msp
bx lr
}
/**
* @brief Set the Main Stack Pointer
*
* @param uint32_t Main Stack Pointer
* @return none
*
*
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 216 2014-09-01 17:37 Queue\.git\config
文件 73 2014-08-25 12:23 Queue\.git\desc
文件 23 2014-08-25 12:23 Queue\.git\HEAD
文件 452 2014-08-25 12:23 Queue\.git\hooks\applypatch-msg.sample
文件 896 2014-08-25 12:23 Queue\.git\hooks\commit-msg.sample
文件 189 2014-08-25 12:23 Queue\.git\hooks\post-update.sample
文件 398 2014-08-25 12:23 Queue\.git\hooks\pre-applypatch.sample
文件 1642 2014-08-25 12:23 Queue\.git\hooks\pre-commit.sample
文件 1352 2014-08-25 12:23 Queue\.git\hooks\pre-push.sample
文件 4951 2014-08-25 12:23 Queue\.git\hooks\pre-reba
文件 1239 2014-08-25 12:23 Queue\.git\hooks\prepare-commit-msg.sample
文件 3611 2014-08-25 12:23 Queue\.git\hooks\update.sample
文件 24905 2014-09-01 17:37 Queue\.git\index
文件 240 2014-08-25 12:23 Queue\.git\info\exclude
文件 59 2014-08-28 17:31 Queue\.git\info\refs
文件 619 2014-09-01 17:37 Queue\.git\logs\HEAD
文件 619 2014-09-01 17:37 Queue\.git\logs\refs\heads\master
文件 129 2014-08-28 17:35 Queue\.git\ob
文件 1010 2014-08-28 17:31 Queue\.git\ob
文件 15162 2014-08-28 17:31 Queue\.git\ob
文件 1618 2014-08-28 17:31 Queue\.git\ob
文件 147 2014-08-28 17:35 Queue\.git\ob
文件 850 2014-08-28 17:31 Queue\.git\ob
文件 1037 2014-09-01 17:36 Queue\.git\ob
文件 700 2014-08-28 17:31 Queue\.git\ob
文件 3520 2014-08-28 17:31 Queue\.git\ob
文件 1885 2014-08-28 17:35 Queue\.git\ob
文件 3764 2014-08-28 17:31 Queue\.git\ob
文件 3140 2014-08-28 17:31 Queue\.git\ob
文件 2465 2014-09-01 17:36 Queue\.git\ob
............此处省略239个文件信息
相关资源
- Q版缓冲区溢出教程PDF版
- 实验指导:ArcGIS缓冲区分析与叠加分
- 一个串口循环队列,可以制作协议收
- CSAPP_buflab 解答详细过程(内含源程序
- 缓冲区查询
- Q版缓冲区溢出教程内涵源代码
- linux下缓冲区溢出攻击源代码
- 网络攻击与防范之缓冲区溢出实验
- AE二次开发缓冲区分析详细步骤
- arcgis api for js 缓冲区分析
- 缓冲区溢出攻击
- 4阶斐波那契数列算法使用循环队列实
- verilog fifo 乒乓缓冲区操作
- 缓冲区溢出实验(The Buffer Bomb)解答
- ArcGIs Server 缓冲区查询源码
- war-ftpd 缓冲区溢出
- AE缓冲区代码 + ArcEngine连接表join
- 燕山大学操作系统OS课设第一题(多道
- Delphi实现的环形缓冲区(全文件)
- 多生产者多消费者缓冲区问
- 2019网络空间安全国赛8080缓冲区溢出漏
- 三缓冲区 多线程处理抓包
- 一个shellcode作用是添加Windows用户
- 基于汇编实现输入字符串并显示
- 2019网络空间安全国赛8080缓冲区溢出漏
- winserver2008/iis7缓冲区溢出提权0day
- 用循环队列实现银行排队系统VIP客户
- uCOS-III及循环队列串口收发
- STM32进阶之串口环形缓冲区实现 FIF
- 利用顺序栈逆置循环队列.docx
评论
共有 条评论