资源简介
1、该例程为STM32 GLCD使用例程。
2、使用说明
(1)工程文件路径:例程目录\GLCD\MDK-ARM\Project.uvproj。
(2)请使用MDK 4.0以上版本打开,MDK版本过低会导致无法识别工程。
(3)下载调试工具为ULINK。
(4)请将配套LCD模块插上板子CN4。
(5)HEX文件下载到板子后,LCD模块显示演示画面。
3、注意事项
请务必在下载、调试、运行过程中,保持板子上电、ULINK连接并插在电脑上。
代码片段和文件信息
/**************************************************************************//**
* @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-10-18 20:09 GLCD (show chinese)\Libraries\CMSIS\CM3\CoreSupport\core_cm3.c
文件 85714 2010-10-18 20:09 GLCD (show chinese)\Libraries\CMSIS\CM3\CoreSupport\core_cm3.h
文件 15763 2010-10-18 20:09 GLCD (show chinese)\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_cl.s
文件 15500 2010-10-18 20:09 GLCD (show chinese)\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_hd.s
文件 15767 2010-10-18 20:09 GLCD (show chinese)\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_hd_vl.s
文件 12373 2010-10-18 20:09 GLCD (show chinese)\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_ld.s
文件 13653 2010-10-18 20:09 GLCD (show chinese)\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_ld_vl.s
文件 12762 2010-10-18 20:09 GLCD (show chinese)\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_md.s
文件 14070 2010-10-18 20:09 GLCD (show chinese)\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_md_vl.s
文件 15952 2010-10-18 20:09 GLCD (show chinese)\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_xl.s
文件 12955 2010-10-18 20:09 GLCD (show chinese)\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_cl.s
文件 13042 2010-10-18 20:09 GLCD (show chinese)\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_hd.s
文件 12451 2010-10-18 20:09 GLCD (show chinese)\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_hd_vl.s
文件 9698 2010-10-18 20:09 GLCD (show chinese)\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_ld.s
文件 10445 2010-10-18 20:09 GLCD (show chinese)\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_ld_vl.s
文件 10154 2010-10-18 20:09 GLCD (show chinese)\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_md.s
文件 10941 2010-10-18 20:09 GLCD (show chinese)\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_md_vl.s
文件 13143 2010-10-18 20:09 GLCD (show chinese)\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_xl.s
文件 16629 2010-10-18 20:09 GLCD (show chinese)\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\iar\startup_stm32f10x_cl.s
文件 16231 2010-10-18 20:09 GLCD (show chinese)\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\iar\startup_stm32f10x_hd.s
文件 15791 2010-10-18 20:09 GLCD (show chinese)\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\iar\startup_stm32f10x_hd_vl.s
文件 12653 2010-10-18 20:09 GLCD (show chinese)\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\iar\startup_stm32f10x_ld.s
文件 12952 2010-10-18 20:09 GLCD (show chinese)\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\iar\startup_stm32f10x_ld_vl.s
文件 12914 2010-10-18 20:09 GLCD (show chinese)\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\iar\startup_stm32f10x_md.s
文件 13603 2010-10-18 20:09 GLCD (show chinese)\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\iar\startup_stm32f10x_md_vl.s
文件 16630 2010-10-18 20:09 GLCD (show chinese)\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\iar\startup_stm32f10x_xl.s
文件 12486 2010-10-18 20:09 GLCD (show chinese)\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\TrueSTUDIO\startup_stm32f10x_cl.s
文件 12474 2010-10-18 20:09 GLCD (show chinese)\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\TrueSTUDIO\startup_stm32f10x_hd.s
文件 12192 2010-10-18 20:09 GLCD (show chinese)\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\TrueSTUDIO\startup_stm32f10x_hd_vl.s
文件 9710 2010-10-18 20:09 GLCD (show chinese)\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\TrueSTUDIO\startup_stm32f10x_ld.s
............此处省略214个文件信息
- 上一篇:stm32智能寻迹避障小车代码
- 下一篇:数据挖掘数据挖掘+程序
相关资源
- 基于STM32的电子琴设计
- STM32+lcd12864串行方式显示贪吃蛇代码
- STM32综合测试程序4.0寸ILI9486_320X480_8位
- TMS320C54x的学习资料包括ASM指令详解和
- STM32 LCD12864 -Z小旋.zip
- 基于TCS3200颜色传感器的色彩识别器的
- TMS320F28035例程
- FPGA VGA lcd1602 显示时钟 闹钟 按键控制
- STM32f103电压采样并用LCD1602显示
- STM32F407ZET/ZGT STEMWIN ILI9341 SPI LCD液晶屏
- sim5320模块资料
- IBM System StorageTS3100和TS3200安装、操作
- LCD12864 在Spartan-3E实现教程和代码
- STM32测试ST7920 LCD12864串并简单程序
- LCD12864工作原理及应用
- 基于 StarterWare 的 TMS320C6748 裸机开发入
- STM32的ST7541驱动
- LCD12864B使用
- DXperienceUniversal 9.3.3 part132010年2月1日版
- ISO 32000-1:2008
- TMS320C54x系列DSP的CPU与外设
- stm32f103示波器代码LCD屏
- TMS320C6748例程与使用手册
- ILI9486 3.5TFT液晶屏Arduino驱动
- STM32CubeMX+LCD1602 + PCF8574AT
- 南航的DSP课件与周建江老师的《TMS3
- LCD12864打砖块游戏Verilog HDL语言实现,
- STM32 驱动 带字库LCD12864
- STM32-UCOSIII实战-----RTC+DHT11+按键+LCD显示
- TFT-LCD-touch模拟器VC
评论
共有 条评论