资源简介
通过openmv +stm32 +AS608指纹模块,实现人脸识别及录取,和指纹录取与对比实验。
代码片段和文件信息
/**************************************************************************//**
* @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指纹识别模块测试实验V2.0\CORE\core_cm3.c
文件 85714 2011-02-09 14:59 (库函数版本 ATK-AS608指纹识别模块测试实验V2.0\CORE\core_cm3.h
文件 15503 2011-03-10 10:52 (库函数版本 ATK-AS608指纹识别模块测试实验V2.0\CORE\startup_stm32f10x_hd.s
文件 12765 2011-03-10 10:52 (库函数版本 ATK-AS608指纹识别模块测试实验V2.0\CORE\startup_stm32f10x_md.s
文件 3248 2014-01-15 00:31 (库函数版本 ATK-AS608指纹识别模块测试实验V2.0\FATFS\doc\css_e.css
文件 3661 2014-01-15 00:31 (库函数版本 ATK-AS608指纹识别模块测试实验V2.0\FATFS\doc\css_j.css
文件 1063 2013-09-18 21:47 (库函数版本 ATK-AS608指纹识别模块测试实验V2.0\FATFS\doc\img\app1.c
文件 1597 2013-10-18 21:41 (库函数版本 ATK-AS608指纹识别模块测试实验V2.0\FATFS\doc\img\app2.c
文件 3811 2014-01-13 20:56 (库函数版本 ATK-AS608指纹识别模块测试实验V2.0\FATFS\doc\img\app3.c
文件 10365 2014-01-07 15:10 (库函数版本 ATK-AS608指纹识别模块测试实验V2.0\FATFS\doc\img\app4.c
文件 1414 2011-09-02 22:10 (库函数版本 ATK-AS608指纹识别模块测试实验V2.0\FATFS\doc\img\f1.png
文件 1458 2007-02-10 03:12 (库函数版本 ATK-AS608指纹识别模块测试实验V2.0\FATFS\doc\img\f2.png
文件 1039 2007-02-10 03:12 (库函数版本 ATK-AS608指纹识别模块测试实验V2.0\FATFS\doc\img\f3.png
文件 2335 2008-01-05 20:27 (库函数版本 ATK-AS608指纹识别模块测试实验V2.0\FATFS\doc\img\f4.png
文件 2479 2008-01-05 20:27 (库函数版本 ATK-AS608指纹识别模块测试实验V2.0\FATFS\doc\img\f5.png
文件 1436 2010-08-21 10:13 (库函数版本 ATK-AS608指纹识别模块测试实验V2.0\FATFS\doc\img\f6.png
文件 11388 2013-05-12 12:31 (库函数版本 ATK-AS608指纹识别模块测试实验V2.0\FATFS\doc\img\f7.png
文件 11421 2014-02-19 22:38 (库函数版本 ATK-AS608指纹识别模块测试实验V2.0\FATFS\doc\img\funcs.png
文件 2401 2009-03-20 21:57 (库函数版本 ATK-AS608指纹识别模块测试实验V2.0\FATFS\doc\img\la
文件 2379 2009-06-13 21:48 (库函数版本 ATK-AS608指纹识别模块测试实验V2.0\FATFS\doc\img\la
文件 7932 2013-12-27 12:20 (库函数版本 ATK-AS608指纹识别模块测试实验V2.0\FATFS\doc\img\modules.png
文件 19068 2008-10-18 19:31 (库函数版本 ATK-AS608指纹识别模块测试实验V2.0\FATFS\doc\img\rwtest.png
文件 8153 2010-09-13 10:55 (库函数版本 ATK-AS608指纹识别模块测试实验V2.0\FATFS\doc\img\rwtest2.png
文件 3011 2009-06-15 00:03 (库函数版本 ATK-AS608指纹识别模块测试实验V2.0\FATFS\doc\img\rwtest3.png
文件 5352 2014-01-15 00:31 (库函数版本 ATK-AS608指纹识别模块测试实验V2.0\FATFS\doc\updates.txt
文件 3650 2016-05-21 15:12 (库函数版本 ATK-AS608指纹识别模块测试实验V2.0\FATFS\exfuns\exfuns.c
文件 1409 2014-03-14 12:22 (库函数版本 ATK-AS608指纹识别模块测试实验V2.0\FATFS\exfuns\exfuns.h
文件 7676 2014-03-14 12:57 (库函数版本 ATK-AS608指纹识别模块测试实验V2.0\FATFS\exfuns\fattester.c
文件 1219 2014-03-14 12:51 (库函数版本 ATK-AS608指纹识别模块测试实验V2.0\FATFS\exfuns\fattester.h
文件 5015 2014-03-14 18:11 (库函数版本 ATK-AS608指纹识别模块测试实验V2.0\FATFS\exfuns\mycc936.c
............此处省略297个文件信息
相关资源
- stm32三个串口同时使用的工程
- w25q16/w25x16驱动代码,使用cube库编写,
- stm32模拟iic驱动bh1750
- GY-30 光强度模块 STM32程序
-
STli
nk刷Jli nk工具 版本190812 支持 - 移远EC20建立多路SOCKT发数据_TCP
- 基于stm32的温度与ph源代码.zip
- STM32F103VET6简单驱动舵机MG-996R.rar
- STM32-LCD1602显示proteus仿真实验
- STM32F103C8T6下位机PCB设计-基于惯性测量
- stm32单片机 超声波+蜂鸣器+led 代码
- stm32控制舵机
- STM32F4串口二配置
- AD7705stm32程序
- ADS1118的STM32驱动程序
- 基于stm32单片机多功能计步手环
- 基于STM32的RC663编程
- STM32F103-GPIO-按键检测
- 基于STM32F103C8T6的电机控制程序
- STM32F103开发案例
- STM32F103使用SPI方式读取惯导传感器A
- STM32F407读取MPU9250原始数据
- STM32F103C8 2路PWM捕捉 2路串口输出
- 基于STM32F103的RS485通信主动发送中断接
- 基于STM32F103的RS485通信采用DMA方式发送
- qmc5883使用方法,stm32模拟iic
- OLED-STM32F4-IIC
- MCP2515驱动-STM32-keil project
- 基于STM32一氧化碳无线报警报器
- stm32红外遥控和定时闹钟显示程序
评论
共有 条评论