资源简介
6001760stm32串口模拟.zip
![](http://www.nz998.com/pic/51389.jpg)
代码片段和文件信息
/**************************************************************************//**
* @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 2018-06-09 16:24 stm32串口模拟\
目录 0 2018-06-09 16:24 stm32串口模拟\CORE\
文件 17273 2010-06-07 10:25 stm32串口模拟\CORE\core_cm3.c
文件 85714 2011-02-09 14:59 stm32串口模拟\CORE\core_cm3.h
文件 15503 2011-03-10 10:52 stm32串口模拟\CORE\startup_stm32f10x_hd.s
目录 0 2018-06-10 17:11 stm32串口模拟\OBJ\
文件 269040 2018-06-10 17:11 stm32串口模拟\OBJ\Template.axf
文件 1436 2018-06-10 17:11 stm32串口模拟\OBJ\Template.build_log.htm
文件 5758 2018-06-10 17:11 stm32串口模拟\OBJ\Template.hex
文件 40918 2018-06-10 17:11 stm32串口模拟\OBJ\Template.htm
文件 1091 2018-06-10 17:11 stm32串口模拟\OBJ\Template.lnp
文件 64667 2018-06-10 17:11 stm32串口模拟\OBJ\Template_Template.dep
文件 3960 2018-06-10 16:57 stm32串口模拟\OBJ\core_cm3.crf
文件 122 2018-06-10 16:57 stm32串口模拟\OBJ\core_cm3.d
文件 11348 2018-06-10 16:57 stm32串口模拟\OBJ\core_cm3.o
文件 349973 2018-06-10 16:57 stm32串口模拟\OBJ\delay.crf
文件 1687 2018-06-10 16:57 stm32串口模拟\OBJ\delay.d
文件 385848 2018-06-10 16:57 stm32串口模拟\OBJ\delay.o
文件 351784 2018-06-10 16:57 stm32串口模拟\OBJ\main.crf
文件 1733 2018-06-10 16:57 stm32串口模拟\OBJ\main.d
文件 384808 2018-06-10 16:57 stm32串口模拟\OBJ\main.o
文件 348918 2018-06-10 16:57 stm32串口模拟\OBJ\misc.crf
文件 1631 2018-06-10 16:57 stm32串口模拟\OBJ\misc.d
文件 385356 2018-06-10 16:57 stm32串口模拟\OBJ\misc.o
文件 63 2018-06-10 16:57 stm32串口模拟\OBJ\startup_stm32f10x_hd.d
文件 6820 2018-06-10 16:57 stm32串口模拟\OBJ\startup_stm32f10x_hd.o
文件 356087 2018-06-10 16:57 stm32串口模拟\OBJ\stm32f10x_adc.crf
文件 1928 2018-06-10 16:57 stm32串口模拟\OBJ\stm32f10x_adc.d
文件 432620 2018-06-10 16:57 stm32串口模拟\OBJ\stm32f10x_adc.o
文件 349858 2018-06-10 16:57 stm32串口模拟\OBJ\stm32f10x_bkp.crf
文件 1928 2018-06-10 16:57 stm32串口模拟\OBJ\stm32f10x_bkp.d
............此处省略154个文件信息
相关资源
- 价值2k的H漫画小说系统
- Pythonamp;课堂amp;笔记(高淇amp;400;集第
- ddos压力测试工具99657
- UML建模大全
- 开源1A锂电池充电板TP4056原理图+PCB
- m1卡 ic卡可选择扇区初始化加密软件
- TSCC.exe
- FTP课程设计(服务端+客户端)
- 计算机图形学 边填充算法实现代码
- 电力系统潮流计算程序集合
- oracle数据迁移项目实施方案
- Web Api 通过文件流 文件到本地
- Visio图标-最新最全的网络通信图标库
- Spire API文档
- OpenGL参考手册
- Python中Numpy库最新教程
- SPD博士V5.3.exe
- 直流无刷电机方波驱动 stm32 例程代码
- layui后台管理模板
- 仿知乎界面小程序源代码
- 云平台-阿里云详细介绍
- photoshop经典1000例
- scratch垃圾分类源码(最终版本).sb
- IAR ARM 7.8破解
- TI CCS V5.4 安装步骤及破解文件
- 松下plc FP-XH的驱动
- 局域网硬件信息收集工具
- 加快Windows XP操作系统开机速度
- 联想启天M4350 BIOS升级文件
- 操作系统教程课后答案华中科技大学
评论
共有 条评论