资源简介
stm32+as608指纹模块 串口通讯工程,基于正点原子的LCD屏幕使用移植而来,主要使用的是串口通讯方式,方便没用LCD屏的同学。。。。
代码片段和文件信息
/**************************************************************************//**
* @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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 17273 2010-06-07 10:25 (库函数版本 ATK-AS608指纹识别模块测试实验V1.0\CORE\core_cm3.c
文件 85714 2011-02-09 14:59 (库函数版本 ATK-AS608指纹识别模块测试实验V1.0\CORE\core_cm3.h
文件 15503 2011-03-10 10:52 (库函数版本 ATK-AS608指纹识别模块测试实验V1.0\CORE\startup_stm32f10x_hd.s
文件 12765 2011-03-10 10:52 (库函数版本 ATK-AS608指纹识别模块测试实验V1.0\CORE\startup_stm32f10x_md.s
文件 3248 2014-01-15 00:31 (库函数版本 ATK-AS608指纹识别模块测试实验V1.0\FATFS\doc\css_e.css
文件 3661 2014-01-15 00:31 (库函数版本 ATK-AS608指纹识别模块测试实验V1.0\FATFS\doc\css_j.css
文件 1063 2013-09-18 21:47 (库函数版本 ATK-AS608指纹识别模块测试实验V1.0\FATFS\doc\img\app1.c
文件 1597 2013-10-18 21:41 (库函数版本 ATK-AS608指纹识别模块测试实验V1.0\FATFS\doc\img\app2.c
文件 3811 2014-01-13 20:56 (库函数版本 ATK-AS608指纹识别模块测试实验V1.0\FATFS\doc\img\app3.c
文件 10365 2014-01-07 15:10 (库函数版本 ATK-AS608指纹识别模块测试实验V1.0\FATFS\doc\img\app4.c
文件 1414 2011-09-02 22:10 (库函数版本 ATK-AS608指纹识别模块测试实验V1.0\FATFS\doc\img\f1.png
文件 1458 2007-02-10 03:12 (库函数版本 ATK-AS608指纹识别模块测试实验V1.0\FATFS\doc\img\f2.png
文件 1039 2007-02-10 03:12 (库函数版本 ATK-AS608指纹识别模块测试实验V1.0\FATFS\doc\img\f3.png
文件 2335 2008-01-05 20:27 (库函数版本 ATK-AS608指纹识别模块测试实验V1.0\FATFS\doc\img\f4.png
文件 2479 2008-01-05 20:27 (库函数版本 ATK-AS608指纹识别模块测试实验V1.0\FATFS\doc\img\f5.png
文件 1436 2010-08-21 10:13 (库函数版本 ATK-AS608指纹识别模块测试实验V1.0\FATFS\doc\img\f6.png
文件 11388 2013-05-12 12:31 (库函数版本 ATK-AS608指纹识别模块测试实验V1.0\FATFS\doc\img\f7.png
文件 11421 2014-02-19 22:38 (库函数版本 ATK-AS608指纹识别模块测试实验V1.0\FATFS\doc\img\funcs.png
文件 2401 2009-03-20 21:57 (库函数版本 ATK-AS608指纹识别模块测试实验V1.0\FATFS\doc\img\la
文件 2379 2009-06-13 21:48 (库函数版本 ATK-AS608指纹识别模块测试实验V1.0\FATFS\doc\img\la
文件 7932 2013-12-27 12:20 (库函数版本 ATK-AS608指纹识别模块测试实验V1.0\FATFS\doc\img\modules.png
文件 19068 2008-10-18 19:31 (库函数版本 ATK-AS608指纹识别模块测试实验V1.0\FATFS\doc\img\rwtest.png
文件 8153 2010-09-13 10:55 (库函数版本 ATK-AS608指纹识别模块测试实验V1.0\FATFS\doc\img\rwtest2.png
文件 3011 2009-06-15 00:03 (库函数版本 ATK-AS608指纹识别模块测试实验V1.0\FATFS\doc\img\rwtest3.png
文件 5352 2014-01-15 00:31 (库函数版本 ATK-AS608指纹识别模块测试实验V1.0\FATFS\doc\updates.txt
文件 3650 2016-05-21 15:12 (库函数版本 ATK-AS608指纹识别模块测试实验V1.0\FATFS\exfuns\exfuns.c
文件 1409 2014-03-14 12:22 (库函数版本 ATK-AS608指纹识别模块测试实验V1.0\FATFS\exfuns\exfuns.h
文件 7676 2014-03-14 12:57 (库函数版本 ATK-AS608指纹识别模块测试实验V1.0\FATFS\exfuns\fattester.c
文件 1219 2014-03-14 12:51 (库函数版本 ATK-AS608指纹识别模块测试实验V1.0\FATFS\exfuns\fattester.h
文件 5015 2014-03-14 18:11 (库函数版本 ATK-AS608指纹识别模块测试实验V1.0\FATFS\exfuns\mycc936.c
............此处省略297个文件信息
相关资源
- AS608指纹识别 门禁等
- stm32f103zet6的NBIOT应用
- 玩转STM32F103+W5500 MQTT
- STM32F1使用MDK时所有调试方法的设置及
- STM32 CC1101例程
- 初级教程篇:按键(中断方式)实现
- stm32程序Keil直流电机算法控制之PID控
- STM32的3.2寸TFT液晶驱动程序
- STM32F1-GRBL-master
- STM32侧脉冲实时显示波形
- stm32单片机knn算法手写数字识别
- PCAP685+STM32F103
- 2017年电子设计大赛专科组简易水清检
- 用STM32频率计
- 基于STM32F103的半桥、全桥移相PWM控制
- stm32超声波测距程序STM32F103ZET6程序
- STM32+UCOSIII+EMWIN+DHT11波形显示
- 基于STM32单片机的DHT11 温湿度传感器
- STM32F469TouchGFX配置.docx
- 智能窗帘APP+stm32控制
- 基于STM32F103的最方便的I/O口任意定义
- 三旋翼机STM32飞控源码
- STM32固件库函数说明手册中文版,ST
- STM32F103双ADC模式同步采集两通道电压
- STM32L15**手册和寄存器说明
- 2个STM32通信
- CH451手册及按键源码
- stm32-小车超声波避障v3.5
- STM32双机通讯
- STM32F103_SPI驱动nRF24L01
评论
共有 条评论