-
大小: 10.72MB文件类型: .rar金币: 1下载: 0 次发布日期: 2023-11-20
- 语言: 其他
- 标签: HAL库 STM32CubeMX STM32F4 单片机
资源简介
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_LCD\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f401xc.h
文件 722181 2020-06-23 11:25 TFT_LCD\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f401xe.h
文件 1233379 2020-06-23 11:25 TFT_LCD\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f405xx.h
文件 1349439 2020-06-23 11:25 TFT_LCD\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f407xx.h
文件 603649 2020-06-23 11:25 TFT_LCD\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f410cx.h
文件 603959 2020-06-23 11:25 TFT_LCD\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f410rx.h
文件 598880 2020-06-23 11:25 TFT_LCD\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f410tx.h
文件 725690 2020-06-23 11:25 TFT_LCD\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f411xe.h
文件 1167258 2020-06-23 11:25 TFT_LCD\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f412cx.h
文件 1255046 2020-06-23 11:25 TFT_LCD\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f412rx.h
文件 1256171 2020-06-23 11:25 TFT_LCD\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f412vx.h
文件 1258073 2020-06-23 11:25 TFT_LCD\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f412zx.h
文件 1340561 2020-06-23 11:25 TFT_LCD\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f413xx.h
文件 1256579 2020-06-23 11:25 TFT_LCD\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f415xx.h
文件 1372238 2020-06-23 11:25 TFT_LCD\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f417xx.h
文件 1351728 2020-06-23 11:25 TFT_LCD\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f423xx.h
文件 1452086 2020-06-23 11:25 TFT_LCD\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f427xx.h
文件 1480591 2020-06-23 11:25 TFT_LCD\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f429xx.h
文件 1476745 2020-06-23 11:25 TFT_LCD\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f437xx.h
文件 1504470 2020-06-23 11:25 TFT_LCD\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f439xx.h
文件 1380700 2020-06-23 11:25 TFT_LCD\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f446xx.h
文件 1753832 2020-06-23 11:25 TFT_LCD\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f469xx.h
文件 1777973 2020-06-23 11:25 TFT_LCD\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f479xx.h
文件 9485 2020-06-23 11:25 TFT_LCD\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h
文件 3796 2020-06-23 11:25 TFT_LCD\Drivers\CMSIS\Device\ST\STM32F4xx\Include\system_stm32f4xx.h
文件 26457 2020-06-23 11:25 TFT_LCD\Drivers\CMSIS\Device\ST\STM32F4xx\Source\Templates\system_stm32f4xx.c
文件 28208 2020-06-23 11:25 TFT_LCD\Drivers\CMSIS\Include\cmsis_armcc.h
文件 56497 2020-06-23 11:25 TFT_LCD\Drivers\CMSIS\Include\cmsis_armclang.h
文件 9014 2020-06-23 11:25 TFT_LCD\Drivers\CMSIS\Include\cmsis_compiler.h
............此处省略348个文件信息
- 上一篇:无刷直流电机控制程序
- 下一篇:高能物理分析软件ROOT的入门使用方法
相关资源
- stm32f4+ov5640颜色识别.zip
- 完整的STM32F407_MODBUS通信工程代码。
- stm32f103c8t6移植uC/OS-III基于HAL库的工程
- STM32指针式时钟工程项目
- stm32f4简易声音存储录放3秒存放
- stm32f407和摇杆制作的控制手柄代码
- 基于STM32备份寄存器BKP实验
- STM32F407. 基于PID速度环的步进电机速度
- STM32F407 基于232或485的57&42;步进电机旋
- STM32F1基本定时器
- stm32f4 摄像头颜色识别
- HAL库函数说明
- 基于stm32F4的tcs3200程序
- stm32f4控制步进电机程序
- STM32F407与OV2640的二维码识别实验
- PCA9685驱动16舵机电机调速STM32F4代码
- stm32f407+ov5640颜色识别与追踪
- stm32F429中文数据手册279362
- stm32f4+w5500+tcpclient/server源码
- NRF24L01收发程序STM32F407
- STM32F429DISCOVERY外接SD卡使用SDIO4BIT方式
- uCOS-III+STemWin+Fatfs+usb在STM32F407上成功移
- 增益可控放大器
- STM32F407串口1-6 CAN1&2测试例程
- 基于STM32F407的MLX90614驱动程序(寄存器
- STM32F4 的CAN1 CAN2 双CAN收发
- STM32F4+USBHID双向通讯
- STM32F4xx中文参考手册-扩展章节
- HAL库函数手册
- 意法半导体ARM-M4 数据手册
评论
共有 条评论