STM32F4基于HAL库的LCD显示实验


STM32CubeMX配置,完全适用于正点原子探索者开发板,基于HAL库开发,LCD显示程序,内含LCD驱动代码,可以用于例程实验,STM32F407ZGT6,不懂得地方看博客教程
资源截图
代码片段和文件信息
/**
  ******************************************************************************
  * @file    system_stm32f4xx.c
  * @author  MCD Application Team
  * @brief   CMSIS Cortex-M4 Device Peripheral Access layer System Source File.
  *
  *   This file provides two functions and one global variable to be called from 
  *   user application:
  *      - SystemInit(): This function is called at startup just after reset and 
  *                      before branch to main program. This call is made inside
  *                      the “startup_stm32f4xx.s“ file.
  *
  *      - SystemCoreClock variable: Contains the core clock (HCLK) it can be used
  *                                  by the user application to setup the SysTick 
  *                                  timer or configure other parameters.
  *                                     
  *      - SystemCoreClockUpdate(): Updates the variable SystemCoreClock and must
  *                                 be called whenever the core clock is changed
  *                                 during program execution.
  *
  *
  ******************************************************************************
  * @attention
  *
  * 

© Copyright (c) 2017 STMicroelectronics.
  * All rights reserved.


  *
  * This software component is licensed by ST under BSD 3-Clause license
  * the “License“; You may not use this file except in compliance with the
  * License. You may obtain a copy of the License at:
  *                        opensource.org/licenses/BSD-3-Clause
  *
  ******************************************************************************
  */

/** @addtogroup CMSIS
  * @{
  */

/** @addtogroup stm32f4xx_system
  * @{
  */  
  
/** @addtogroup STM32F4xx_System_Private_Includes
  * @{
  */


#include “stm32f4xx.h“

#if !defined  (HSE_VALUE) 
  #define HSE_VALUE    ((uint32_t)25000000) /*!< Default value of the External oscillator in Hz */
#endif /* HSE_VALUE */

#if !defined  (HSI_VALUE)
  #define HSI_VALUE    ((uint32_t)16000000) /*!< Value of the Internal oscillator in Hz*/
#endif /* HSI_VALUE */

/**
  * @}
  */

/** @addtogroup STM32F4xx_System_Private_TypesDefinitions
  * @{
  */

/**
  * @}
  */

/** @addtogroup STM32F4xx_System_Private_Defines
  * @{
  */

/************************* Miscellaneous Configuration ************************/
/*!< Uncomment the following line if you need to use external SRAM or SDRAM as data memory  */
#if defined(STM32F405xx) || defined(STM32F415xx) || defined(STM32F407xx) || defined(STM32F417xx)
 || defined(STM32F427xx) || defined(STM32F437xx) || defined(STM32F429xx) || defined(STM32F439xx)
 || defined(STM32F469xx) || defined(STM32F479xx) || defined(STM32F412Zx) || defined(STM32F412Vx)
/* #define DATA_IN_ExtSRAM */
#endif /* STM32F40xxx || STM32F41xxx || STM32F42xxx || STM32F43xxx || STM32F469xx || STM32F479xx ||
          STM32F412Zx || STM32F412Vx */
 
#i

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

     文件       7217  2020-07-27 23:01  TFT_LCD.mxproject

     文件     722181  2020-06-23 11:25  TFT_LCDDriversCMSISDeviceSTSTM32F4xxIncludestm32f401xc.h

     文件     722181  2020-06-23 11:25  TFT_LCDDriversCMSISDeviceSTSTM32F4xxIncludestm32f401xe.h

     文件    1233379  2020-06-23 11:25  TFT_LCDDriversCMSISDeviceSTSTM32F4xxIncludestm32f405xx.h

     文件    1349439  2020-06-23 11:25  TFT_LCDDriversCMSISDeviceSTSTM32F4xxIncludestm32f407xx.h

     文件     603649  2020-06-23 11:25  TFT_LCDDriversCMSISDeviceSTSTM32F4xxIncludestm32f410cx.h

     文件     603959  2020-06-23 11:25  TFT_LCDDriversCMSISDeviceSTSTM32F4xxIncludestm32f410rx.h

     文件     598880  2020-06-23 11:25  TFT_LCDDriversCMSISDeviceSTSTM32F4xxIncludestm32f410tx.h

     文件     725690  2020-06-23 11:25  TFT_LCDDriversCMSISDeviceSTSTM32F4xxIncludestm32f411xe.h

     文件    1167258  2020-06-23 11:25  TFT_LCDDriversCMSISDeviceSTSTM32F4xxIncludestm32f412cx.h

     文件    1255046  2020-06-23 11:25  TFT_LCDDriversCMSISDeviceSTSTM32F4xxIncludestm32f412rx.h

     文件    1256171  2020-06-23 11:25  TFT_LCDDriversCMSISDeviceSTSTM32F4xxIncludestm32f412vx.h

     文件    1258073  2020-06-23 11:25  TFT_LCDDriversCMSISDeviceSTSTM32F4xxIncludestm32f412zx.h

     文件    1340561  2020-06-23 11:25  TFT_LCDDriversCMSISDeviceSTSTM32F4xxIncludestm32f413xx.h

     文件    1256579  2020-06-23 11:25  TFT_LCDDriversCMSISDeviceSTSTM32F4xxIncludestm32f415xx.h

     文件    1372238  2020-06-23 11:25  TFT_LCDDriversCMSISDeviceSTSTM32F4xxIncludestm32f417xx.h

     文件    1351728  2020-06-23 11:25  TFT_LCDDriversCMSISDeviceSTSTM32F4xxIncludestm32f423xx.h

     文件    1452086  2020-06-23 11:25  TFT_LCDDriversCMSISDeviceSTSTM32F4xxIncludestm32f427xx.h

     文件    1480591  2020-06-23 11:25  TFT_LCDDriversCMSISDeviceSTSTM32F4xxIncludestm32f429xx.h

     文件    1476745  2020-06-23 11:25  TFT_LCDDriversCMSISDeviceSTSTM32F4xxIncludestm32f437xx.h

     文件    1504470  2020-06-23 11:25  TFT_LCDDriversCMSISDeviceSTSTM32F4xxIncludestm32f439xx.h

     文件    1380700  2020-06-23 11:25  TFT_LCDDriversCMSISDeviceSTSTM32F4xxIncludestm32f446xx.h

     文件    1753832  2020-06-23 11:25  TFT_LCDDriversCMSISDeviceSTSTM32F4xxIncludestm32f469xx.h

     文件    1777973  2020-06-23 11:25  TFT_LCDDriversCMSISDeviceSTSTM32F4xxIncludestm32f479xx.h

     文件       9485  2020-06-23 11:25  TFT_LCDDriversCMSISDeviceSTSTM32F4xxIncludestm32f4xx.h

     文件       3796  2020-06-23 11:25  TFT_LCDDriversCMSISDeviceSTSTM32F4xxIncludesystem_stm32f4xx.h

     文件      26457  2020-06-23 11:25  TFT_LCDDriversCMSISDeviceSTSTM32F4xxSourceTemplatessystem_stm32f4xx.c

     文件      28208  2020-06-23 11:25  TFT_LCDDriversCMSISIncludecmsis_armcc.h

     文件      56497  2020-06-23 11:25  TFT_LCDDriversCMSISIncludecmsis_armclang.h

     文件       9014  2020-06-23 11:25  TFT_LCDDriversCMSISIncludecmsis_compiler.h

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

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)