资源简介
stm32的程序,用来接收USART HIM触摸屏的命令,并发送数据到触摸屏上

代码片段和文件信息
/**************************************************************************//**
* @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 ALIENTEK MINISTM32温度电阻触摸屏\CORE\core_cm3.c
文件 85714 2011-02-09 14:59 ALIENTEK MINISTM32温度电阻触摸屏\CORE\core_cm3.h
文件 15503 2011-03-10 10:52 ALIENTEK MINISTM32温度电阻触摸屏\CORE\startup_stm32f10x_hd.s
文件 12765 2011-03-10 10:52 ALIENTEK MINISTM32温度电阻触摸屏\CORE\startup_stm32f10x_md.s
文件 3905 2014-03-22 12:18 ALIENTEK MINISTM32温度电阻触摸屏\HARDWARE\DS18B20\ds18b20.c
文件 1220 2014-03-22 12:17 ALIENTEK MINISTM32温度电阻触摸屏\HARDWARE\DS18B20\ds18b20.h
文件 35016 2014-01-02 17:22 ALIENTEK MINISTM32温度电阻触摸屏\HARDWARE\LCD\FONT.H
文件 85631 2015-08-12 18:19 ALIENTEK MINISTM32温度电阻触摸屏\HARDWARE\LCD\lcd.c
文件 8193 2015-08-12 18:19 ALIENTEK MINISTM32温度电阻触摸屏\HARDWARE\LCD\lcd.h
文件 1301 2014-03-20 20:13 ALIENTEK MINISTM32温度电阻触摸屏\HARDWARE\LED\led.c
文件 640 2014-03-20 19:03 ALIENTEK MINISTM32温度电阻触摸屏\HARDWARE\LED\led.h
文件 399 2011-04-23 10:24 ALIENTEK MINISTM32温度电阻触摸屏\keilkilll.bat
文件 3942 2017-07-27 13:50 ALIENTEK MINISTM32温度电阻触摸屏\OBJ\core_cm3.crf
文件 104 2017-07-27 13:50 ALIENTEK MINISTM32温度电阻触摸屏\OBJ\core_cm3.d
文件 11492 2017-07-27 13:50 ALIENTEK MINISTM32温度电阻触摸屏\OBJ\core_cm3.o
文件 349955 2017-07-27 13:50 ALIENTEK MINISTM32温度电阻触摸屏\OBJ\delay.crf
文件 1669 2017-07-27 13:50 ALIENTEK MINISTM32温度电阻触摸屏\OBJ\delay.d
文件 385840 2017-07-27 13:50 ALIENTEK MINISTM32温度电阻触摸屏\OBJ\delay.o
文件 366780 2017-07-27 13:50 ALIENTEK MINISTM32温度电阻触摸屏\OBJ\DS18B20.axf
文件 1999 2017-07-27 13:50 ALIENTEK MINISTM32温度电阻触摸屏\OBJ\DS18B20.build_log.htm
文件 351512 2017-07-27 13:50 ALIENTEK MINISTM32温度电阻触摸屏\OBJ\ds18b20.crf
文件 1788 2017-07-27 13:50 ALIENTEK MINISTM32温度电阻触摸屏\OBJ\ds18b20.d
文件 110195 2017-07-27 13:50 ALIENTEK MINISTM32温度电阻触摸屏\OBJ\DS18B20.hex
文件 87569 2017-07-27 13:50 ALIENTEK MINISTM32温度电阻触摸屏\OBJ\DS18B20.htm
文件 559 2017-07-27 13:50 ALIENTEK MINISTM32温度电阻触摸屏\OBJ\DS18B20.lnp
文件 389244 2017-07-27 13:50 ALIENTEK MINISTM32温度电阻触摸屏\OBJ\ds18b20.o
文件 479 2017-07-21 13:31 ALIENTEK MINISTM32温度电阻触摸屏\OBJ\DS18B20.sct
文件 29968 2017-07-27 13:50 ALIENTEK MINISTM32温度电阻触摸屏\OBJ\DS18B20_Target 1.dep
文件 420066 2017-07-27 13:50 ALIENTEK MINISTM32温度电阻触摸屏\OBJ\lcd.crf
文件 1836 2017-07-27 13:50 ALIENTEK MINISTM32温度电阻触摸屏\OBJ\lcd.d
............此处省略119个文件信息
- 上一篇:区块链技术_郁莲.pdf
- 下一篇:故障诊断资料
相关资源
- MQTT+串口(usart)透传
- STM32F103 USART+DMA
- 4_USART串口通信(空闲中断+DMA.zip
- stm32f105-usart-DMA收发demo
- 显控HMI与西门子联合运用案例.rar
- FreeModbus_Slave+STM32F407+USART2代码亲测可
- 单片机串口printf函数自实现第二版
- 交通信号灯_PLC_V1.3.20200724.1.xdp
- CP2102驱动WIN7、WIN10、32位、64位
- Keil5下的STM32F407程序
- USART基于hal库stm32f407串口通讯.rar
- STM32_USART 多机通信学习笔记
- STM32F103采用DMA实现USART2接收和发送
- STM32F103采用DMA实现USART3接收和发送
- Quantitative Trading - How to Build Your Own A
- 使用STM32设计HMI综述
- 高清彩版 Distributed.Systems.An.Algorithmi
- 基于SM32F103C8T6的环境传感器
- 嵌入式组态软件HMImaker绿色版人机界面
- STM32F407串口1-6 CAN1&2测试例程
- STM32F103 ADC+USART
- FreeModbus_For_STM32_USART1_RS485移植分享
- 串口接收字符串控制LED
- hypertrm超级终端Win7
- STM32F103_FREERTOS_MPU6050DMP_USART_Timer输入捕
- [mobi资源+pdf] Network Algorithmics
- Algorithmic Trading Winning Strategies and The
- STM32F103RCT6单片机在串口屏上打印正弦
- 22. USART_CircleBuffer 串口接收环形缓冲区
- stm32 5个串口初始化实现串口缓存,前
评论
共有 条评论