• 大小: 662KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-15
  • 语言: 其他
  • 标签: R61581  液晶驱动  

资源简介

完整的R61581 3.5寸液晶驱动程序,注意是完整的程序,不是一个.C文件。连线完毕,直接下载可用,无警告,无错误,包含说明。绝对好东西。

资源截图

代码片段和文件信息

/******************** (C) COPYRIGHT 2008 STMicroelectronics ********************
* File Name          : stm32f10x_it.c
* Author             : MCD Application Team
* Version            : V2.0.2
* Date               : 07/11/2008
* Description        : Main Interrupt Service Routines.
*                      This file provides template for all exceptions handler
*                      and peripherals interrupt service routine.
********************************************************************************
* 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.
*******************************************************************************/

/* Includes ------------------------------------------------------------------*/
#include “stm32f10x_it.h“

/* Private typedef -----------------------------------------------------------*/
/* Private define ------------------------------------------------------------*/
/* Private macro -------------------------------------------------------------*/
/* Private variables ---------------------------------------------------------*/
/* Private function prototypes -----------------------------------------------*/
/* Private functions ---------------------------------------------------------*/

/*******************************************************************************
* Function Name  : NMIException
* Description    : This function handles NMI exception.
* Input          : None
* Output         : None
* Return         : None
*******************************************************************************/
void NMIException(void)
{
}

/*******************************************************************************
* Function Name  : HardFaultException
* Description    : This function handles Hard Fault exception.
* Input          : None
* Output         : None
* Return         : None
*******************************************************************************/
void HardFaultException(void)
{
  /* Go to infinite loop when Hard Fault exception occurs */
  while (1)
  {
  }
}

/*******************************************************************************
* Function Name  : MemManageException
* Description    : This function handles Memory Manage exception.
* Input          : None
* Output         : None
* Return         : None
*******************************************************************************/
void MemManageException(void)
{
  /* Go to infinite loop when Memory Manage exception occurs */
  while (1)
  {
  }
}

/*******************************

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      10308  2013-09-02 19:23  R61581 3.5寸液晶\boot\cortexm3_macro.s

     文件      12871  2013-09-02 19:23  R61581 3.5寸液晶\boot\stm32f10x_vector.s

     文件      29218  2013-09-02 19:23  R61581 3.5寸液晶\interrupt\stm32f10x_it.c

     文件       3842  2013-09-02 19:23  R61581 3.5寸液晶\interrupt\stm32f10x_it.h

     文件        399  2013-09-02 19:23  R61581 3.5寸液晶\keilkilll.bat

     文件       2225  2013-09-02 19:23  R61581 3.5寸液晶\library\inc\cortexm3_macro.h

     文件      18854  2013-09-02 19:23  R61581 3.5寸液晶\library\inc\stm32f10x_adc.h

     文件       6911  2013-09-02 19:23  R61581 3.5寸液晶\library\inc\stm32f10x_bkp.h

     文件      12279  2013-09-02 19:23  R61581 3.5寸液晶\library\inc\stm32f10x_can.h

     文件       1881  2013-09-02 19:23  R61581 3.5寸液晶\library\inc\stm32f10x_crc.h

     文件       9598  2013-09-02 19:23  R61581 3.5寸液晶\library\inc\stm32f10x_dac.h

     文件       2859  2013-09-02 19:23  R61581 3.5寸液晶\library\inc\stm32f10x_dbgmcu.h

     文件      17974  2013-09-02 19:23  R61581 3.5寸液晶\library\inc\stm32f10x_dma.h

     文件       5776  2013-09-02 19:23  R61581 3.5寸液晶\library\inc\stm32f10x_exti.h

     文件      13996  2013-09-02 19:23  R61581 3.5寸液晶\library\inc\stm32f10x_flash.h

     文件      19041  2013-09-02 19:23  R61581 3.5寸液晶\library\inc\stm32f10x_fsmc.h

     文件      14820  2013-09-02 19:23  R61581 3.5寸液晶\library\inc\stm32f10x_gpio.h

     文件      15479  2013-09-02 19:23  R61581 3.5寸液晶\library\inc\stm32f10x_i2c.h

     文件       3414  2013-09-02 19:23  R61581 3.5寸液晶\library\inc\stm32f10x_iwdg.h

     文件       3200  2013-09-02 19:23  R61581 3.5寸液晶\library\inc\stm32f10x_lib.h

     文件      28290  2013-09-02 19:23  R61581 3.5寸液晶\library\inc\stm32f10x_map.h

     文件      19198  2013-09-02 19:23  R61581 3.5寸液晶\library\inc\stm32f10x_nvic.h

     文件       3865  2013-09-02 19:23  R61581 3.5寸液晶\library\inc\stm32f10x_pwr.h

     文件      14783  2013-09-02 19:23  R61581 3.5寸液晶\library\inc\stm32f10x_rcc.h

     文件       3619  2013-09-02 19:23  R61581 3.5寸液晶\library\inc\stm32f10x_rtc.h

     文件      18326  2013-09-02 19:23  R61581 3.5寸液晶\library\inc\stm32f10x_sdio.h

     文件      13470  2013-09-02 19:23  R61581 3.5寸液晶\library\inc\stm32f10x_spi.h

     文件       3212  2013-09-02 19:23  R61581 3.5寸液晶\library\inc\stm32f10x_systick.h

     文件      47203  2013-09-02 19:23  R61581 3.5寸液晶\library\inc\stm32f10x_tim.h

     文件       3388  2013-09-02 19:23  R61581 3.5寸液晶\library\inc\stm32f10x_type.h

............此处省略81个文件信息

评论

共有 条评论