资源简介
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
- 下一篇:故障诊断资料
相关资源
- Successful Algorithmic Trading原书加代码
- 人机交互技术原理与应用
- HMI串口屏幕stm32通信
- STM32 L053串口中断接收不定长数据DMA发
- 迪文HMI标准字库及部分扩展字库参考
- HMI 智能串口屏全资料
- 信捷电气实验室提高题双梯,五层双
- 淘晶池的USART HMI组态开发软件
- 人机界面组态软件HMImaker
- 基于STM32+W5500, 移植Ethernet文件并基于
- USART6_DMA_NVIC.zip
- STM32F103RCT6_USART1串口通信代码
- 基于verilog的带fifo的串口设计
- Advanced Algorithmic Trading原书加代码
- Algorithmic Trading and DMA.pdf
- Hands-On Machine Learning for Algorithmic Trad
- 纸张计数测量.zip
- STM32F407+FREERTOS+LWIP+RMII_KSZ8031+SDIO_FATF
- STM32的USART通讯
- lookout 6.2 汉化
- STM32上实现12864液晶二维码的显示,
- 陶晶池 USART HMI 串口屏与STM32F1通信详
- HAL库 STM32 USART1和USART2 DMA模式透传。
- STM32F4系列例程大全,包含各个模块(
- Advanced+Algorithmic+Trading
- Statistically Sound Machine Learning for Algor
- S7-1200和HMI用户手册.rar
- [量化金融 算法交易 自动交易系统]
- 倍福Twincat3HMI报警功能
- 基于IAR的STM8L152的USART+ADC(双通道)带
评论
共有 条评论