资源简介
这是基于MFRC522的射频识别源程序,控制器用的是STM32F103VET6,非常好,需要的朋友赶快下啊!
代码片段和文件信息
/**************************************************************************//**
* @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 2011-07-18 11:35 复件 MFRC522\
目录 0 2011-07-18 11:35 复件 MFRC522\Libraries\
目录 0 2011-07-18 11:35 复件 MFRC522\Libraries\CMSIS\
目录 0 2011-07-18 11:35 复件 MFRC522\Libraries\CMSIS\Core\
目录 0 2011-07-18 11:35 复件 MFRC522\Libraries\CMSIS\Core\CM3\
文件 17273 2010-04-23 10:40 复件 MFRC522\Libraries\CMSIS\Core\CM3\core_cm3.c
文件 85714 2010-04-23 10:40 复件 MFRC522\Libraries\CMSIS\Core\CM3\core_cm3.h
目录 0 2011-07-18 11:35 复件 MFRC522\Libraries\CMSIS\Core\CM3\startup\
目录 0 2011-07-18 11:35 复件 MFRC522\Libraries\CMSIS\Core\CM3\startup\arm\
文件 15761 2010-04-23 10:40 复件 MFRC522\Libraries\CMSIS\Core\CM3\startup\arm\startup_stm32f10x_cl.s
文件 15498 2010-04-23 10:40 复件 MFRC522\Libraries\CMSIS\Core\CM3\startup\arm\startup_stm32f10x_hd.s
文件 12371 2010-04-23 10:40 复件 MFRC522\Libraries\CMSIS\Core\CM3\startup\arm\startup_stm32f10x_ld.s
文件 13651 2010-04-23 10:40 复件 MFRC522\Libraries\CMSIS\Core\CM3\startup\arm\startup_stm32f10x_ld_vl.s
文件 12760 2010-04-23 10:40 复件 MFRC522\Libraries\CMSIS\Core\CM3\startup\arm\startup_stm32f10x_md.s
文件 14068 2010-04-23 10:40 复件 MFRC522\Libraries\CMSIS\Core\CM3\startup\arm\startup_stm32f10x_md_vl.s
文件 15950 2010-04-23 10:40 复件 MFRC522\Libraries\CMSIS\Core\CM3\startup\arm\startup_stm32f10x_xl.s
目录 0 2011-07-18 11:35 复件 MFRC522\Libraries\CMSIS\Core\CM3\startup\gcc_ride7\
文件 12943 2010-04-23 10:40 复件 MFRC522\Libraries\CMSIS\Core\CM3\startup\gcc_ride7\startup_stm32f10x_cl.s
文件 13042 2010-04-23 10:40 复件 MFRC522\Libraries\CMSIS\Core\CM3\startup\gcc_ride7\startup_stm32f10x_hd.s
文件 9698 2010-04-23 10:40 复件 MFRC522\Libraries\CMSIS\Core\CM3\startup\gcc_ride7\startup_stm32f10x_ld.s
文件 10445 2010-04-23 10:40 复件 MFRC522\Libraries\CMSIS\Core\CM3\startup\gcc_ride7\startup_stm32f10x_ld_vl.s
文件 10154 2010-04-23 10:40 复件 MFRC522\Libraries\CMSIS\Core\CM3\startup\gcc_ride7\startup_stm32f10x_md.s
文件 10941 2010-04-23 10:40 复件 MFRC522\Libraries\CMSIS\Core\CM3\startup\gcc_ride7\startup_stm32f10x_md_vl.s
文件 13143 2010-04-23 10:40 复件 MFRC522\Libraries\CMSIS\Core\CM3\startup\gcc_ride7\startup_stm32f10x_xl.s
目录 0 2011-07-18 11:35 复件 MFRC522\Libraries\CMSIS\Core\CM3\startup\iar\
文件 16629 2010-04-23 10:40 复件 MFRC522\Libraries\CMSIS\Core\CM3\startup\iar\startup_stm32f10x_cl.s
文件 16231 2010-04-23 10:40 复件 MFRC522\Libraries\CMSIS\Core\CM3\startup\iar\startup_stm32f10x_hd.s
文件 12653 2010-04-23 10:40 复件 MFRC522\Libraries\CMSIS\Core\CM3\startup\iar\startup_stm32f10x_ld.s
文件 12952 2010-04-23 10:40 复件 MFRC522\Libraries\CMSIS\Core\CM3\startup\iar\startup_stm32f10x_ld_vl.s
文件 12914 2010-04-23 10:40 复件 MFRC522\Libraries\CMSIS\Core\CM3\startup\iar\startup_stm32f10x_md.s
文件 13603 2010-04-23 10:40 复件 MFRC522\Libraries\CMSIS\Core\CM3\startup\iar\startup_stm32f10x_md_vl.s
............此处省略109个文件信息
- 上一篇:标准的mpeg4文件转成mp4文件
- 下一篇:扫描线种子填充算法代码
相关资源
- AD5422_STM32驱动程序
- CANOPEN在STM32F103ZET6单片机上的实现
- STM32F103ZET6原理图及pcb.rar
- 基于STM32的LTC2634驱动程序;
- stm32 高级定时器1的互补输出死区设置
- 正点原子STM32F407 AD封装库
- stm32编写的25lc512驱动文件
- STM32F103ZET6单片机CAN总线通信程序例程
- stm32射频卡RC522测试程序亲测可用
- STM32数字示波器制作资料PCB原理图源程
- STM32神舟3号开发板原理图
- IAR环境下STM32F1xx堆栈的外部SRAM实现
- stm32f1 M3 浮点快速运算库
- 基于STM32F103的4*5矩阵按键
- STM32定时器输出带有死区时间的PWM波形
- 基于Stm32f10x的循迹灭火小车
- stm32+esp8266连web服务器
- STM32F10X 和HC-SR04 测距
- 基于stm32环境数据采集,采集端源码
- STM32 IIC软件模拟读写24C02
- STM32智能小车(广西科技大学2017毕业
- mfrc522 树莓派C代码
- 基于stm32语音播放系统设计
- STM32F429使用外扩SDRAM运行程序的方法
- STM32F4xx内部flash读写(优化后可靠稳定
- 常见STM32的原理图库和PCB库
- STM32F407 串口通讯
- stm32 完整IIC通讯代码,三轴加速度计
- stm32 超声波测距程序
- stm32f4 时钟配置工具
评论
共有 条评论