• 大小: 86.45MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2022-07-01
  • 语言: 其他
  • 标签: cubemx6.0  touchgfx4.15  

资源简介

使用cubemx6.0配置正点原子rgb屏幕1024x600, touchgfx4.15, 里面包含了配置SDRAM和LTDC接口 ,有一个demo 上电可以运行,也可以执行更改

资源截图

代码片段和文件信息

/**
  ******************************************************************************
  * File Name          : CRC.c
  * Description        : This file provides code for the configuration
  *                      of the CRC instances.
  ******************************************************************************
  * @attention
  *
  * 

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


  *
  * This software component is licensed by ST under Ultimate Liberty license
  * SLA0044 the “License“; You may not use this file except in compliance with
  * the License. You may obtain a copy of the License at:
  *                             www.st.com/SLA0044
  *
  ******************************************************************************
  */

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

/* USER CODE BEGIN 0 */

/* USER CODE END 0 */

CRC_HandleTypeDef hcrc;

/* CRC init function */
void MX_CRC_Init(void)
{

  hcrc.Instance = CRC;
  if (HAL_CRC_Init(&hcrc) != HAL_OK)
  {
    Error_Handler();
  }

}

void HAL_CRC_MspInit(CRC_HandleTypeDef* crcHandle)
{

  if(crcHandle->Instance==CRC)
  {
  /* USER CODE BEGIN CRC_MspInit 0 */

  /* USER CODE END CRC_MspInit 0 */
    /* CRC clock enable */
    __HAL_RCC_CRC_CLK_ENABLE();
  /* USER CODE BEGIN CRC_MspInit 1 */

  /* USER CODE END CRC_MspInit 1 */
  }
}

void HAL_CRC_MspDeInit(CRC_HandleTypeDef* crcHandle)
{

  if(crcHandle->Instance==CRC)
  {
  /* USER CODE BEGIN CRC_MspDeInit 0 */

  /* USER CODE END CRC_MspDeInit 0 */
    /* Peripheral clock disable */
    __HAL_RCC_CRC_CLK_DISABLE();
  /* USER CODE BEGIN CRC_MspDeInit 1 */

  /* USER CODE END CRC_MspDeInit 1 */
  }
}

/* USER CODE BEGIN 1 */

/* USER CODE END 1 */

/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       18969  2020-12-11 01:42  stm32_f429_cubemx_touchgfx\.mxproject
     目录           0  2020-12-11 01:58  stm32_f429_cubemx_touchgfx\Core\
     目录           0  2020-12-11 01:58  stm32_f429_cubemx_touchgfx\Core\Inc\
     文件        1533  2020-12-11 01:42  stm32_f429_cubemx_touchgfx\Core\Inc\crc.h
     文件        1549  2020-12-11 01:42  stm32_f429_cubemx_touchgfx\Core\Inc\dma2d.h
     文件        1895  2020-12-11 01:42  stm32_f429_cubemx_touchgfx\Core\Inc\fmc.h
     文件        7185  2020-12-11 01:42  stm32_f429_cubemx_touchgfx\Core\Inc\FreeRTOSConfig.h
     文件        1507  2020-12-11 01:42  stm32_f429_cubemx_touchgfx\Core\Inc\gpio.h
     文件        2159  2020-12-11 01:42  stm32_f429_cubemx_touchgfx\Core\Inc\ltdc.h
     文件        2395  2020-12-11 01:42  stm32_f429_cubemx_touchgfx\Core\Inc\main.h
     文件       20033  2020-12-11 01:42  stm32_f429_cubemx_touchgfx\Core\Inc\stm32f4xx_hal_conf.h
     文件        2112  2020-12-11 01:42  stm32_f429_cubemx_touchgfx\Core\Inc\stm32f4xx_it.h
     文件        1554  2020-12-11 01:42  stm32_f429_cubemx_touchgfx\Core\Inc\usart.h
     目录           0  2020-12-11 01:58  stm32_f429_cubemx_touchgfx\Core\Src\
     文件        1946  2020-12-11 01:42  stm32_f429_cubemx_touchgfx\Core\Src\crc.c
     文件        2590  2020-12-11 01:42  stm32_f429_cubemx_touchgfx\Core\Src\dma2d.c
     文件       11978  2020-12-11 01:42  stm32_f429_cubemx_touchgfx\Core\Src\fmc.c
     文件        3729  2020-12-11 01:42  stm32_f429_cubemx_touchgfx\Core\Src\freertos.c
     文件        2303  2020-12-11 01:42  stm32_f429_cubemx_touchgfx\Core\Src\gpio.c
     文件        9380  2020-12-11 01:42  stm32_f429_cubemx_touchgfx\Core\Src\ltdc.c
     文件        6315  2020-12-11 01:42  stm32_f429_cubemx_touchgfx\Core\Src\main.c
     文件        2429  2020-12-11 01:42  stm32_f429_cubemx_touchgfx\Core\Src\stm32f4xx_hal_msp.c
     文件        5979  2020-12-11 01:42  stm32_f429_cubemx_touchgfx\Core\Src\stm32f4xx_it.c
     文件       26457  2020-11-20 17:08  stm32_f429_cubemx_touchgfx\Core\Src\system_stm32f4xx.c
     文件        2966  2020-12-11 01:42  stm32_f429_cubemx_touchgfx\Core\Src\usart.c
     目录           0  2020-12-11 01:58  stm32_f429_cubemx_touchgfx\Drivers\
     目录           0  2020-12-11 01:58  stm32_f429_cubemx_touchgfx\Drivers\CMSIS\
     目录           0  2020-12-11 01:58  stm32_f429_cubemx_touchgfx\Drivers\CMSIS\Core\
     目录           0  2020-12-11 01:58  stm32_f429_cubemx_touchgfx\Drivers\CMSIS\Core\Include\
     文件       28208  2020-11-20 17:08  stm32_f429_cubemx_touchgfx\Drivers\CMSIS\Core\Include\cmsis_armcc.h
     文件       56497  2020-11-20 17:08  stm32_f429_cubemx_touchgfx\Drivers\CMSIS\Core\Include\cmsis_armclang.h
............此处省略2171个文件信息

评论

共有 条评论