【E1471】STM32F407上移植FreeRTOR和ucGUIv3.98

2021-10-10 08:36:39      索炜达电子      385     

项目编号:E1471

文件大小:2.88M

源码说明:带中文注释

开发环境:C编译器

简要概述:

STM32F407上移植FreeRTOR和ucGUIv3.98

目录│文件列表:

 └ STM32F407上移植FreeRTOR和ucGUIv3.98

    │ keilkill.bat

    ├ Application

    │  │ main.c

    │  │ stm32f4xx_conf.h

    │  ├ Configuration

    │  │  ├ FreeRTOS_Config

    │  │  │  └ FreeRTOSConfig.h

    │  │  └ UCGUI_Config

    │  │     │ GUIConf.h

    │  │     │ GUITouchConf.h

    │  │     │ GUI_X_FreeRTOS.c

    │  │     │ GUI_X_Touch.c

    │  │     │ LCDConf.h

    │  │     └ SSD1963_to_ucGUI.c

    │  ├ Hardware

    │  │  │ HwInit.c

    │  │  │ HwInit.h

    │  │  ├ CAN

    │  │  │  │ CAN.c

    │  │  │  └ CAN.h

    │  │  ├ Delay

    │  │  │  │ Delay.c

    │  │  │  └ Delay.h

    │  │  ├ LED

    │  │  │  │ led.c

    │  │  │  └ led.h

    │  │  ├ RA8875Driver

    │  │  │  │ RA8875.c

    │  │  │  │ RA8875.h

    │  │  │  │ Touch.c

    │  │  │  └ Touch.h

    │  │  ├ RTC

    │  │  │  │ rtc.c

    │  │  │  │ rtc.h

    │  │  │  │ time_utils.c

    │  │  │  └ time_utils.h

    │  │  └ SSD1963Driver

    │  │     │ ssd1963.c

    │  │     │ ssd1963.h

    │  │     │ Touch.c

    │  │     └ Touch.h

    │  └ MyGUI

    │     │ MainMenu.c

    │     │ MainMenu.h

    │     │ Startup.c

    │     ├ Font

    │     │  │ YaHei32.c

    │     │  └ YaHei_24.c

    │     ├ Resource

    │     │  │ MainMenuRes.c

    │     │  │ SettingMenuRes.c

    │     │  └ StartupRes.c

    │     └ Widget

    │        │ SystemSetting.c

    │        └ BAK

    │           │ CustomButton.c

    │           │ EditDialog.c

    │           │ gui_clock.c

    │           │ gui_clock.h

    │           │ keyboard.c

    │           │ MyWidget.h

    │           │ Numpad.c

    │           │ SystemSetting.c

    │           └ SystemSetting.h

    ├ Libraries

    │  ├ CMSIS

    │  │  ├ Device

    │  │  │  │ stm32f4xx.h

    │  │  │  │ system_stm32f4xx.c

    │  │  │  │ system_stm32f4xx.h

    │  │  │  └ startup

    │  │  │     │ startup_stm32f401xx.s

    │  │  │     │ startup_stm32f40xx.s

    │  │  │     │ startup_stm32f40_41xxx.s

    │  │  │     │ startup_stm32f427x.s

    │  │  │     │ startup_stm32f427_437xx.s

    │  │  │     └ startup_stm32f429_439xx.s

    │  │  ├ Include

    │  │  │  │ arm_common_tables.h

    │  │  │  │ arm_const_structs.h

    │  │  │  │ arm_math.h

    │  │  │  │ core_cm4.h

    │  │  │  │ core_cm4_simd.h

    │  │  │  │ core_cmFunc.h

    │  │  │  └ core_cmInstr.h

    │  │  └ Lib

    │  │     │ arm_cortexM4bf_math.lib

    │  │     │ arm_cortexM4b_math.lib

    │  │     │ arm_cortexM4lf_math.lib

    │  │     └ arm_cortexM4l_math.lib

    │  ├ STM32F4xx_StdPeriph_Driver

    │  │  │ Release_Notes.html

    │  │  ├ inc

    │  │  │  │ misc.h

    │  │  │  │ stm32f4xx_adc.h

    │  │  │  │ stm32f4xx_can.h

    │  │  │  │ stm32f4xx_crc.h

    │  │  │  │ stm32f4xx_cryp.h

    │  │  │  │ stm32f4xx_dac.h

    │  │  │  │ stm32f4xx_dbgmcu.h

    │  │  │  │ stm32f4xx_dcmi.h

    │  │  │  │ stm32f4xx_dma.h

    │  │  │  │ stm32f4xx_dma2d.h

    │  │  │  │ stm32f4xx_exti.h

    │  │  │  │ stm32f4xx_flash.h

    │  │  │  │ stm32f4xx_fmc.h

    │  │  │  │ stm32f4xx_fsmc.h

    │  │  │  │ stm32f4xx_gpio.h

    │  │  │  │ stm32f4xx_hash.h

    │  │  │  │ stm32f4xx_i2c.h

    │  │  │  │ stm32f4xx_iwdg.h

    │  │  │  │ stm32f4xx_ltdc.h

    │  │  │  │ stm32f4xx_pwr.h

    │  │  │  │ stm32f4xx_rcc.h

    │  │  │  │ stm32f4xx_rng.h

    │  │  │  │ stm32f4xx_rtc.h

    │  │  │  │ stm32f4xx_sai.h

    │  │  │  │ stm32f4xx_sdio.h

    │  │  │  │ stm32f4xx_spi.h

    │  │  │  │ stm32f4xx_syscfg.h

    │  │  │  │ stm32f4xx_tim.h

    │  │  │  │ stm32f4xx_usart.h

    │  │  │  └ stm32f4xx_wwdg.h

    │  │  └ src

    │  │     │ misc.c

    │  │     │ stm32f4xx_adc.c

    │  │     │ stm32f4xx_can.c

    │  │     │ stm32f4xx_crc.c

    │  │     │ stm32f4xx_cryp.c

    │  │     │ stm32f4xx_cryp_aes.c

    │  │     │ stm32f4xx_cryp_des.c

    │  │     │ stm32f4xx_cryp_tdes.c

    │  │     │ stm32f4xx_dac.c

    │  │     │ stm32f4xx_dbgmcu.c

    │  │     │ stm32f4xx_dcmi.c

    │  │     │ stm32f4xx_dma.c

    │  │     │ stm32f4xx_dma2d.c

    │  │     │ stm32f4xx_exti.c

    │  │     │ stm32f4xx_flash.c

    │  │     │ stm32f4xx_fmc.c

    │  │     │ stm32f4xx_fsmc.c

    │  │     │ stm32f4xx_gpio.c

    │  │     │ stm32f4xx_hash.c

    │  │     │ stm32f4xx_hash_md5.c

    │  │     │ stm32f4xx_hash_sha1.c

    │  │     │ stm32f4xx_i2c.c

    │  │     │ stm32f4xx_iwdg.c

    │  │     │ stm32f4xx_ltdc.c

    │  │     │ stm32f4xx_pwr.c

    │  │     │ stm32f4xx_rcc.c

    │  │     │ stm32f4xx_rng.c

    │  │     │ stm32f4xx_rtc.c

TAGSTM32F407
  • 3 次
  • 1 分