资源简介
基于STM32的嵌入式操作系统
代码片段和文件信息
/**************************************************************************//**
* @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 2017-02-13 20:06 抢占式OS\CORE\core_cm3.c
文件 85714 2017-02-13 20:06 抢占式OS\CORE\core_cm3.h
文件 15503 2017-02-18 18:05 抢占式OS\CORE\startup_stm32f10x_hd.s
文件 35016 2017-03-04 18:57 抢占式OS\HARDWARE\LED\FONT.H
文件 88025 2017-03-04 19:21 抢占式OS\HARDWARE\LED\lcd.c
文件 7684 2017-03-04 19:14 抢占式OS\HARDWARE\LED\lcd.h
文件 825 2017-02-13 20:08 抢占式OS\HARDWARE\LED\led.c
文件 172 2017-02-13 20:08 抢占式OS\HARDWARE\LED\led.h
文件 3494 2017-02-13 20:08 抢占式OS\HARDWARE\TIME\time.c
文件 142 2017-02-13 20:08 抢占式OS\HARDWARE\TIME\time.h
文件 1430 2017-06-14 21:26 抢占式OS\MALLOC\malloc.c
文件 364 2017-03-06 16:47 抢占式OS\MALLOC\malloc.h
文件 2859 2017-02-27 19:47 抢占式OS\OS\core.asm
文件 17062 2017-08-05 18:31 抢占式OS\OS\os.c
文件 3541 2017-08-05 18:33 抢占式OS\OS\os.h
文件 8982 2017-02-13 20:08 抢占式OS\STM32F10x_FWLib\inc\misc.h
文件 21690 2017-02-13 20:08 抢占式OS\STM32F10x_FWLib\inc\stm32f10x_adc.h
文件 7555 2017-02-13 20:08 抢占式OS\STM32F10x_FWLib\inc\stm32f10x_bkp.h
文件 27559 2017-02-13 20:08 抢占式OS\STM32F10x_FWLib\inc\stm32f10x_can.h
文件 6573 2017-02-13 20:08 抢占式OS\STM32F10x_FWLib\inc\stm32f10x_cec.h
文件 2162 2017-02-13 20:08 抢占式OS\STM32F10x_FWLib\inc\stm32f10x_crc.h
文件 15233 2017-02-13 20:08 抢占式OS\STM32F10x_FWLib\inc\stm32f10x_dac.h
文件 3818 2017-02-13 20:08 抢占式OS\STM32F10x_FWLib\inc\stm32f10x_dbgmcu.h
文件 20754 2017-02-13 20:08 抢占式OS\STM32F10x_FWLib\inc\stm32f10x_dma.h
文件 6824 2017-02-13 20:08 抢占式OS\STM32F10x_FWLib\inc\stm32f10x_exti.h
文件 25445 2017-02-13 20:08 抢占式OS\STM32F10x_FWLib\inc\stm32f10x_flash.h
文件 27016 2017-02-13 20:08 抢占式OS\STM32F10x_FWLib\inc\stm32f10x_fsmc.h
文件 20175 2017-02-13 20:08 抢占式OS\STM32F10x_FWLib\inc\stm32f10x_gpio.h
文件 30029 2017-02-13 20:08 抢占式OS\STM32F10x_FWLib\inc\stm32f10x_i2c.h
文件 3828 2017-02-13 20:08 抢占式OS\STM32F10x_FWLib\inc\stm32f10x_iwdg.h
............此处省略145个文件信息
- 上一篇:yaffs2源码
- 下一篇:图像二值化算法分析和实现
相关资源
- 东南大学首届嵌入式系统设计大赛获
- UML 嵌入式设计-高焕堂很好的UML在嵌入
- 计算机四级嵌入式系统开发工程师
- 基于ARM嵌入式系统的通用Bootloader的设
- 嵌入式系统设计与实践 white
- 嵌入式系统设计的验证与调试技术
- ARM9嵌入式系统硬件设计指南(上)
- uC/OS-II详细资料包含详细的注解
- 嵌入式系统设计与开发
- 《ARM嵌入式系统教程》-课件张石
- 嵌入式操作系统
- 嵌入式系统课程设计报告--多功能电子
- 嵌入式系统课程设计--多功能电子钟设
- 30篇嵌入式系统论文
- 华邦W90P710嵌入式系统实验教程
- AVR单片机嵌入式系统原理与应用实践
- AVR单片机嵌入式系统原理与应用实践
- ARM嵌入式系统基础教程(周立功第2版
- ARM9嵌入式系统设计基础教程(与教材
- 嵌入式系统PPT
- IAR EWARM V5嵌入式系统应用编程与开发
- 实时UML——开发嵌入式系统高效对象
- DSP嵌入式系统开发典型案例书籍和源
- 关于嵌入式系统的30篇论文
- 时间触发嵌入式系统设计模式源码
- 电子科技大学微处理器系统与嵌入式
-
嵌入式系统设计em
bedded System Design - tiny4412嵌入式系统搭建完整教程
- 瑞萨RL78G13_嵌入式系统原理及应用实验
- 嵌入式系统语音采集与播放程序设计
评论
共有 条评论