91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

使用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個文件信息

評論

共有 條評論