资源简介
通过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,非常好资源,适合初学者
相关资源
- 意法半导体ARM-M4 数据手册
- 数码相框设计与实现
- ARM Cortex-M3 技术参考手册(中文版)
- A53系统移植实验手册.pdf
- https://github.com/rmtheis/tess-two编译出来的
- ARM Cortex-M处理器入门
- Differential Geometry of Curves and Surfaces D
- 基于ARM的嵌入式VxWorks实践教程.pdf
- arm v8 体系架构 官方手册
- ARM+SoC体系结构(中文版).pdf
- 嵌入式系统哈工大
- STM32MINI RTC闹钟 USMART调试时间
- MSP432RTC实时时钟OLED显示
- ARM嵌入式系统基础教程(第二版)周
- arm-cortex-a9技术参考手册
- 嵌入式实验报告--共7个实验
- openssl(arm64armv7sarmv7x86_64i386)
- 嵌入式华清远见培训 ARM代码内部资料
- NXP的LPC系列ARM的程序
- 《ARM Linux嵌入式网络控制系统》书中
- GBA游戏软件的ADS1.2工程模板
- IAR For ARM 7.8破解版 注册机
- ARM汇编语言官方手册中文
- 周立功ARM培训资料 周立功ARM培训资料
- 可在arm开发板上使用的输入法程序基
- EasyARM2103教材.pdf
- Modern Assembly Language Programming With the
- ARM9嵌入式系统开发与实践北航光盘资
- ARM Cortex-M3嵌入式开发详解基于NXP LP
- J-Flash ARM V4.34烧写软件
评论
共有 条评论