资源简介
SGP30和PM2.5的使用方法,包括详细的接线,以串口形式打印
代码片段和文件信息
/**************************************************************************//**
* @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 SGP30_PM2.5_STM32F103\CORE\core_cm3.c
文件 85714 2011-02-09 14:59 SGP30_PM2.5_STM32F103\CORE\core_cm3.h
文件 15503 2011-03-10 10:52 SGP30_PM2.5_STM32F103\CORE\startup_stm32f10x_hd.s
文件 2929 2019-05-23 22:21 SGP30_PM2.5_STM32F103\HARDWARE\ADC\adc.c
文件 273 2016-05-28 12:59 SGP30_PM2.5_STM32F103\HARDWARE\ADC\adc.h
文件 1049 2015-03-23 22:25 SGP30_PM2.5_STM32F103\HARDWARE\BEEP\beep.c
文件 651 2015-03-23 22:26 SGP30_PM2.5_STM32F103\HARDWARE\BEEP\beep.h
文件 3632 2015-04-01 15:11 SGP30_PM2.5_STM32F103\HARDWARE\EXTI\exti.c
文件 598 2015-03-23 22:26 SGP30_PM2.5_STM32F103\HARDWARE\EXTI\exti.h
文件 1740 2015-04-01 12:12 SGP30_PM2.5_STM32F103\HARDWARE\KEY\key.c
文件 1059 2015-03-23 22:47 SGP30_PM2.5_STM32F103\HARDWARE\KEY\key.h
文件 1299 2015-03-23 22:25 SGP30_PM2.5_STM32F103\HARDWARE\LED\led.c
文件 638 2015-03-23 22:26 SGP30_PM2.5_STM32F103\HARDWARE\LED\led.h
文件 1120 2015-04-01 15:11 SGP30_PM2.5_STM32F103\HARDWARE\WDG\wdg.c
文件 597 2012-09-13 21:08 SGP30_PM2.5_STM32F103\HARDWARE\WDG\wdg.h
文件 399 2011-04-23 10:24 SGP30_PM2.5_STM32F103\keilkilll.bat
文件 350746 2019-05-23 22:21 SGP30_PM2.5_STM32F103\OBJ\adc.crf
文件 1640 2019-05-23 22:21 SGP30_PM2.5_STM32F103\OBJ\adc.d
文件 386192 2019-05-23 22:21 SGP30_PM2.5_STM32F103\OBJ\adc.o
文件 3942 2019-05-23 21:50 SGP30_PM2.5_STM32F103\OBJ\core_cm3.crf
文件 104 2019-05-23 21:50 SGP30_PM2.5_STM32F103\OBJ\core_cm3.d
文件 11360 2019-05-23 21:50 SGP30_PM2.5_STM32F103\OBJ\core_cm3.o
文件 349943 2019-05-23 21:50 SGP30_PM2.5_STM32F103\OBJ\delay.crf
文件 1669 2019-05-23 21:50 SGP30_PM2.5_STM32F103\OBJ\delay.d
文件 383976 2019-05-23 21:50 SGP30_PM2.5_STM32F103\OBJ\delay.o
文件 358001 2019-05-23 21:50 SGP30_PM2.5_STM32F103\OBJ\iic.crf
文件 1734 2019-05-23 21:50 SGP30_PM2.5_STM32F103\OBJ\iic.d
文件 390696 2019-05-23 21:50 SGP30_PM2.5_STM32F103\OBJ\iic.o
文件 754868 2019-05-23 22:21 SGP30_PM2.5_STM32F103\OBJ\IWDG.axf
文件 1884 2019-05-23 22:21 SGP30_PM2.5_STM32F103\OBJ\IWDG.build_log.htm
............此处省略144个文件信息
- 上一篇:邮政编码识别 OPENCV
- 下一篇:DDOS压力测试软件加强版
相关资源
- WSNs无线传感网络技术学习资料
- 物联网gis介绍
- 泛在电力物联网建设大纲.pptx
- 物联网行业分析
- 北邮-物联网安全资料
- 智能家居物联网服务平台设计-论文
- 物联网操作系统架构设计-指令集创始
- 中兴物联网MC8618模块技术手册
- 物联网外文翻译(英语+中文)
- 国网《泛在电力物联网白皮书2019》
- LoRaWAN协议说明书1.0.3(2018年最新版)
- lora标准1.0
- 美的遥控红外编码与解码
- Semtech LoRa技术介绍(中文)
- MQTT协议完整中文版版.pdf
- Arduino物联网库 ArduinoJson.h
- 基于物联网的温室大棚监控系统的设
- 物联网安全PPT
- 雾计算和物联网
- Thingsboard入门指南,代码解析及二次开
- 基于微服务的二手商城平台设计与实
- 使用QT官方库的mqtt客户端
- 2017智能网联汽车信息安全年度报告
- Hello China STM32移植源代码
- 5G物联网关键技术与应用.pdf
- 基于物联网的农业大棚应用
- 智能鞋柜APP源码
- 中国电信物联网开发手册-CTWING开发板
- 物联网技术基础.ppt
- 合宙Air724 Cat1 4G物联网模块DTU固件.r
评论
共有 条评论