-
大小: 3.6MB文件类型: .rar金币: 1下载: 0 次发布日期: 2023-10-02
- 语言: 其他
- 标签: AMG8833 GRID-eye stm32103zet6
资源简介
红外热成像,grid-eye,8x8的像素放大到40x40,用的是stm32103zet6开发板。
代码片段和文件信息
/**************************************************************************//**
* @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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
.CA.... 17273 2010-06-07 10:25 AMG8833_program\CORE\core_cm3.c
.CA.... 85714 2011-02-09 14:59 AMG8833_program\CORE\core_cm3.h
.CA.... 15503 2011-03-10 10:52 AMG8833_program\CORE\startup_stm32f10x_hd.s
.CA.... 3885 2017-12-31 15:21 AMG8833_program\HARDWARE\24CXX\24cxx.c
.CA.... 1530 2012-09-16 16:21 AMG8833_program\HARDWARE\24CXX\24cxx.h
.CA.... 1049 2015-03-23 22:25 AMG8833_program\HARDWARE\BEEP\beep.c
.CA.... 651 2015-03-23 22:26 AMG8833_program\HARDWARE\BEEP\beep.h
.CA.... 1353 2019-01-20 17:39 AMG8833_program\HARDWARE\GRID_EYE\grid_eye.c
.CA.... 407 2019-01-20 17:39 AMG8833_program\HARDWARE\GRID_EYE\grid_eye.h
.CA.... 3128 2017-12-30 21:22 AMG8833_program\HARDWARE\IIC\myiic.c
.CA.... 1354 2015-04-29 11:46 AMG8833_program\HARDWARE\IIC\myiic.h
.CA.... 1827 2015-03-20 12:41 AMG8833_program\HARDWARE\KEY\key.c
.CA.... 1186 2015-03-19 16:14 AMG8833_program\HARDWARE\KEY\key.h
.CA.... 37245 2018-12-22 15:22 AMG8833_program\HARDWARE\LCD\font.h
.CA.... 85405 2019-01-19 10:20 AMG8833_program\HARDWARE\LCD\lcd.c
.CA.... 7529 2015-04-24 11:48 AMG8833_program\HARDWARE\LCD\lcd.h
.CA.... 1298 2012-09-13 13:13 AMG8833_program\HARDWARE\LED\led.c
.CA.... 638 2012-09-13 09:45 AMG8833_program\HARDWARE\LED\led.h
.CA.... 399 2011-04-23 10:24 AMG8833_program\keilkilll.bat
.CA.... 351919 2018-01-01 17:29 AMG8833_program\OBJ\24cxx.crf
.CA.... 1753 2018-01-01 17:29 AMG8833_program\OBJ\24cxx.d
.CA.... 387628 2018-01-01 17:29 AMG8833_program\OBJ\24cxx.o
.CA.... 349386 2019-01-17 12:04 AMG8833_program\OBJ\beep.crf
.CA.... 1634 2019-01-17 12:04 AMG8833_program\OBJ\beep.d
.CA.... 382548 2019-01-17 12:04 AMG8833_program\OBJ\beep.o
.CA.... 3939 2019-01-17 12:04 AMG8833_program\OBJ\core_cm3.crf
.CA.... 101 2019-01-17 12:04 AMG8833_program\OBJ\core_cm3.d
.CA.... 11500 2019-01-17 12:04 AMG8833_program\OBJ\core_cm3.o
.CA.... 349952 2019-01-17 12:04 AMG8833_program\OBJ\delay.crf
.CA.... 1666 2019-01-17 12:04 AMG8833_program\OBJ\delay.d
............此处省略167个文件信息
- 上一篇:串口超声波.zip
- 下一篇:王道机试指南PDF 高清版
评论
共有 条评论