资源简介
通过STM32F103C8T6最小系统板开发DS18B20的温度传感器,通过串口连接PC显示实时温度

代码片段和文件信息
/**************************************************************************//**
* @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 DS18B20(done\CORE\core_cm3.c
文件 85714 2011-02-09 14:59 DS18B20(done\CORE\core_cm3.h
文件 15503 2011-03-10 10:52 DS18B20(done\CORE\startup_stm32f10x_hd.s
文件 3893 2019-01-30 13:15 DS18B20(done\HARDWARE\DS18B20\ds18b20.c
文件 1208 2019-01-30 13:15 DS18B20(done\HARDWARE\DS18B20\ds18b20.h
文件 1740 2015-04-01 12:12 DS18B20(done\HARDWARE\KEY\key.c
文件 1059 2015-03-23 22:47 DS18B20(done\HARDWARE\KEY\key.h
文件 35016 2015-03-13 14:54 DS18B20(done\HARDWARE\LCD\font.h
文件 85336 2015-04-01 15:14 DS18B20(done\HARDWARE\LCD\lcd.c
文件 7561 2015-03-31 18:07 DS18B20(done\HARDWARE\LCD\lcd.h
文件 1299 2015-03-23 22:25 DS18B20(done\HARDWARE\LED\led.c
文件 638 2015-03-23 22:26 DS18B20(done\HARDWARE\LED\led.h
文件 399 2011-04-23 10:24 DS18B20(done\keilkilll.bat
文件 3944 2019-01-30 13:15 DS18B20(done\OBJ\core_cm3.crf
文件 106 2019-01-30 13:15 DS18B20(done\OBJ\core_cm3.d
文件 11424 2019-01-30 13:15 DS18B20(done\OBJ\core_cm3.o
文件 348304 2019-01-30 13:15 DS18B20(done\OBJ\delay.crf
文件 1671 2019-01-30 13:15 DS18B20(done\OBJ\delay.d
文件 382040 2019-01-30 13:15 DS18B20(done\OBJ\delay.o
文件 312736 2019-01-30 13:15 DS18B20(done\OBJ\DS18B20.axf
文件 2110 2019-01-30 13:15 DS18B20(done\OBJ\DS18B20.build_log.htm
文件 349870 2019-01-30 13:15 DS18B20(done\OBJ\ds18b20.crf
文件 1790 2019-01-30 13:15 DS18B20(done\OBJ\ds18b20.d
文件 31940 2019-01-30 13:15 DS18B20(done\OBJ\DS18B20.hex
文件 73425 2019-01-30 13:15 DS18B20(done\OBJ\DS18B20.htm
文件 607 2019-01-30 13:15 DS18B20(done\OBJ\DS18B20.lnp
文件 385452 2019-01-30 13:15 DS18B20(done\OBJ\ds18b20.o
文件 479 2019-01-28 11:52 DS18B20(done\OBJ\DS18B20.sct
文件 34686 2019-01-30 13:15 DS18B20(done\OBJ\DS18B20_DS18B20.dep
....... 479 2018-05-12 12:52 DS18B20(done\OBJ\DS18B20_sct.Bak
............此处省略124个文件信息
- 上一篇:OllyICE中文版
- 下一篇:mui开发的app,非常好资源,适合初学者
相关资源
- IAR For ARM 7.3最新注册机
- 郭天祥ARM9视频教程
- IAR ARM 7.8破解
- IAR For ARM V5.5 注册机
- IAR for ARM 7.40 破解
- IAR For ARM 7.4 破解
- arm触摸屏与LCD校准程序三点校准法
- ARM嵌入式项目实战
- 基于ARM蓝牙传输源程序
- USB 驱动 让电脑与arm进行通信
- arm flash 烧写程序源码
- 基于LW IP的嵌入式串口服务器的设计与
- Studies In Vitro and In Vivo of Pharmacologica
- Research on pharmacological effects of lycorin
- ARM64 完整指令集,学习必备
- WINCC报表(OLE-DB Tag and Alarm Export_V8.x
- ARM9指令cache的verilog代码
- 基于ARM7处理器的CAN总线网络设计
- 基于ARM和GPRS的无线通信系统设计
- 关于proteus仿真arm7出现错误的问题
- 基于ARM7的LCD显示电压示波系统的设计
- 基于ARM7和DSP的逆变电源设计电路
- 基于ARM开发板的车辆检测系统控制单
- ARM7TDMI-S在嵌入式系统中的Bootloader代码
- ARM汇编指令集PDF
- 基于ARM7 PWM定时器的图像传感器时序信
- 基于ARM7的分布式远程测控系统设计
- LPC2100系列ARM7微控制器加密ARM芯片
- ARM7内核的中断屏蔽方法
- 基于ARM7TDMI微处理器的矿用电子皮带秤
评论
共有 条评论