STM32fsmclcd

所属分类:嵌入式/单片机/硬件编程
开发工具:C/C++
文件大小:318KB
下载次数:50
上传日期:2009-04-06 23:09:13
上 传 者jerryhqp
说明:  STM32处理器FSMC模块在TFTLC驱动中的应用例程。
(STM32 processor module FSMC at TFTLC application-driven routines.)

文件列表:
FSMC-LCD_AN (0, 2008-07-21)
FSMC-LCD_AN\include (0, 2008-07-21)
FSMC-LCD_AN\include\fonts.h (24750, 2008-07-21)
FSMC-LCD_AN\include\fsmc_nand.h (4502, 2008-07-21)
FSMC-LCD_AN\include\fsmc_nor.h (2470, 2008-07-21)
FSMC-LCD_AN\include\fsmc_sram.h (1783, 2008-07-21)
FSMC-LCD_AN\include\lcd.h (6769, 2008-07-21)
FSMC-LCD_AN\include\main.h (2127, 2008-07-21)
FSMC-LCD_AN\include\menu.h (3094, 2008-07-21)
FSMC-LCD_AN\include\sdcard.h (14077, 2008-07-21)
FSMC-LCD_AN\include\stm32f10x_conf.h (6268, 2008-07-21)
FSMC-LCD_AN\include\stm32f10x_it.h (3842, 2008-07-21)
FSMC-LCD_AN\project (0, 2008-07-21)
FSMC-LCD_AN\project\EWARMv5 (0, 2008-07-21)
FSMC-LCD_AN\project\EWARMv5\cortexm3_macro.s (10277, 2008-07-21)
FSMC-LCD_AN\project\EWARMv5\FSMC-LCD.ewd (16869, 2008-07-21)
FSMC-LCD_AN\project\EWARMv5\FSMC-LCD.ewp (22867, 2008-07-21)
FSMC-LCD_AN\project\EWARMv5\FSMC-LCD.eww (162, 2008-07-21)
FSMC-LCD_AN\project\EWARMv5\stm32f10x_flash.icf (1350, 2008-07-21)
FSMC-LCD_AN\project\EWARMv5\stm32f10x_vector.c (5894, 2008-07-21)
FSMC-LCD_AN\project\HiTOP (0, 2008-07-21)
FSMC-LCD_AN\project\HiTOP\FSMC-LCD.htp (34584, 2008-07-21)
FSMC-LCD_AN\project\HiTOP\Objects (0, 2008-07-21)
FSMC-LCD_AN\project\HiTOP\Settings (0, 2008-07-21)
FSMC-LCD_AN\project\HiTOP\Settings\link.lnk (109, 2008-07-21)
FSMC-LCD_AN\project\HiTOP\Settings\reset_go_main.scr (223, 2008-07-21)
FSMC-LCD_AN\project\HiTOP\Settings\StartupScript.scr (126, 2008-07-21)
FSMC-LCD_AN\project\HiTOP\Settings\STM32F10x.lsl (3702, 2008-07-21)
FSMC-LCD_AN\project\HiTOP\Source (0, 2008-07-21)
FSMC-LCD_AN\project\HiTOP\Source\cortexm3_macro.asm (12654, 2008-07-21)
FSMC-LCD_AN\project\HiTOP\Source\cstart_thumb2.asm (7142, 2008-07-21)
FSMC-LCD_AN\project\HiTOP\Source\inithardware.asm (373, 2008-07-21)
FSMC-LCD_AN\project\HiTOP\Source\initvectortable.asm (5161, 2008-07-21)
FSMC-LCD_AN\project\RIDE (0, 2008-07-21)
FSMC-LCD_AN\project\RIDE\cortexm3_macro.s (10647, 2008-07-21)
FSMC-LCD_AN\project\RIDE\FSMC-LCD.dbi (636, 2008-07-21)
FSMC-LCD_AN\project\RIDE\FSMC-LCD.rapp (10791, 2008-07-21)
FSMC-LCD_AN\project\RIDE\FSMC-LCD.rprj (304, 2008-07-21)
FSMC-LCD_AN\project\RIDE\stm32f10x_vector.c (7513, 2008-07-21)
FSMC-LCD_AN\project\RVMDK (0, 2008-07-21)
... ...

/******************** (C) COPYRIGHT 2008 STMicroelectronics ******************** * File Name : readme.txt * Author : MCD Application Team * Version : V1.0.0 * Date : 07/22/2008 * Description : Description of the AN2790 "TFT LCD interfacing with the * High-density STM32F10xxx FSMC" . ******************************************************************************** * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. * AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, * INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE * CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING * INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. *******************************************************************************/ Example description =================== This AN describes a firmware TFT LCD interfacing with the High Density STM32F10xxx FSMC peripheral. The main purpose of this firmware package is to provide resources facilitating the development of an application using the LCD on FSMC peripheral. The firmware interface is composed of library source files developed in order to support LCD features, an application demo is also provided. Directory contents ================== + include - fonts.h LCD fonts size definition - stm32f10x_conf.h Library Configuration file - stm32f10x_it.h Interrupt handlers header file - lcd.h LCD Header file - fsmc_nand.h FSMC NAND driver Header file - fsmc_nor.h FSMC NOR driver Header file - fsmc_sram.h FSMC SRAM driver Header file - main.h Main Header file - menu.h Menu Navigation Header file - sdcard.h SD Card driver Header file + source - stm32f10x_it.c Interrupt handlers - main.c Main program - fsmc_nand.c FSMC NAND driver firmware functions - fsmc_nor.c FSMC NOR driver firmware functions - fsmc_sram.c FSMC SRAM driver firmware functions - lcd.c LCD driver firmware functions - sdcard.c SD Card driver firmware functions - menu.c Menu navigation firmware functions Hardware environment ==================== This demo runs on STMicroelectronics STM3210E-EVAL evaluation board and can be easily tailored to any other hardware. How to use it ============= + RVMDK - Open the FSMC-LCD.Uv2 project - Rebuild all files: Project->Rebuild all target files - Load project image: Debug->Start/Stop Debug Session - Run program: Debug->Run (F5) + EWARMv5 - Open the FSMC-LCD.eww workspace. - Rebuild all files: Project->Rebuild all - Load project image: Project->Debug - Run program: Debug->Go(F5) + RIDE - Open the FSMC-LCD.rprj project. - Rebuild all files: Project->build project - Load project image: Debug->start(ctrl+D) - Run program: Debug->Run(ctrl+F9) + HiTOP - Open the HiTOP toolchain, a "using projects in HiTOP" window appears. - Select open an existing project. - Browse to open the FSMC-LCD.htp: - under STM32F10E_EVAL directory: to select the project for STM32 High-density devices - Rebuild all files: Project->Rebuild all - Click on ok in the "download project" window. - Run program: Debug->Go(F5). Note: - It is mandatory to reset the target before loading the project into target. - It is recommended to run the reset script (click on TR button in the toolbar menu) after loading the project into target. NOTE: - High-density devices are STM32F101xx and STM32F103xx microcontrollers where the Flash memory density ranges between 256 and 512 Kbytes. ******************* (C) COPYRIGHT 2008 STMicroelectronics *****END OF FILE******

近期下载者

相关文件


收藏者