文件名称:STM32ucOS-II-V2.86-uCGUI-3.9-DEMO
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 12.67mb
- 下载次数:
- 0次
- 提 供 者:
- j*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
操作系统采用ucos2.86a版本, 建立了4个任务
APP_TASK_START_PRIO 11 主任务
APP_TASK_USER_IF_PRIO 13 ucgui界面任务
APP_TASK_KBD_PRIO 12 触摸屏任务
当然还包含了系统任务:
OS_TaskIdle 空闲任务-----------------优先级最低
OS_TaskStat 统计运行时间的任务-------优先级次低-Operating the system using ucos2.86a version, interface tasks four tasks APP_TASK_START_PRIO 11 main tasks APP_TASK_USER_IF_PRIO 13 ucgui APP_TASK_KBD_PRIO 12 touch screen task course also includes a system the task: OS_TaskIdle idle task----------------- the lowest priority OS_TaskStat statistical task of running time------- second lowest priority
APP_TASK_START_PRIO 11 主任务
APP_TASK_USER_IF_PRIO 13 ucgui界面任务
APP_TASK_KBD_PRIO 12 触摸屏任务
当然还包含了系统任务:
OS_TaskIdle 空闲任务-----------------优先级最低
OS_TaskStat 统计运行时间的任务-------优先级次低-Operating the system using ucos2.86a version, interface tasks four tasks APP_TASK_START_PRIO 11 main tasks APP_TASK_USER_IF_PRIO 13 ucgui APP_TASK_KBD_PRIO 12 touch screen task course also includes a system the task: OS_TaskIdle idle task----------------- the lowest priority OS_TaskStat statistical task of running time------- second lowest priority
(系统自动生成,下载前可以参看下载内容)
下载文件列表
STM32奋斗版ucOS II V2.86 uCGUI 3.9 DEMO
.......................................\APP
.......................................\...\BinType.h
.......................................\...\DEMO.h
.......................................\...\JLinkLog.txt
.......................................\...\RAM.ini
.......................................\...\STM32-FD-ucgui.Opt
.......................................\...\STM32-FD-ucgui.Uv2
.......................................\...\STM32-FD-ucgui_Flash.dep
.......................................\...\STM32-FD-ucgui_Opt.Bak
.......................................\...\STM32-FD-ucgui_Uv2.Bak
.......................................\...\STM32_Reg.h
.......................................\...\app.c
.......................................\...\app_cfg.h
.......................................\...\config.h
.......................................\...\core_cm3.c
.......................................\...\core_cm3.h
.......................................\...\fsmc_sram.c
.......................................\...\fsmc_sram.h
.......................................\...\includes.h
.......................................\...\lcd_dis24.c
.......................................\...\os_cfg.h
.......................................\...\platform_config.h
.......................................\...\readme.txt
.......................................\...\stm32f10x_conf.h
.......................................\...\stm32f10x_it.c
.......................................\...\system_stm32f10x.h
.......................................\BSP
.......................................\...\bsp.c
.......................................\...\bsp.h
.......................................\CM3
.......................................\...\core_cm3.c
.......................................\...\core_cm3.h
.......................................\...\stm32f10x.h
.......................................\...\system_stm32f10x.c
.......................................\...\system_stm32f10x.h
.......................................\FWlib
.......................................\.....\SRC
.......................................\.....\...\misc.c
.......................................\.....\...\stm32f10x_adc.c
.......................................\.....\...\stm32f10x_bkp.c
.......................................\.....\...\stm32f10x_can.c
.......................................\.....\...\stm32f10x_cec.c
.......................................\.....\...\stm32f10x_crc.c
.......................................\.....\...\stm32f10x_dac.c
.......................................\.....\...\stm32f10x_dbgmcu.c
.......................................\.....\...\stm32f10x_dma.c
.......................................\.....\...\stm32f10x_exti.c
.......................................\.....\...\stm32f10x_flash.c
.......................................\.....\...\stm32f10x_fsmc.c
.......................................\.....\...\stm32f10x_gpio.c
.......................................\.....\...\stm32f10x_i2c.c
.......................................\.....\...\stm32f10x_iwdg.c
.......................................\.....\...\stm32f10x_pwr.c
.......................................\.....\...\stm32f10x_rcc.c
.......................................\.....\...\stm32f10x_rtc.c
.......................................\.....\...\stm32f10x_sdio.c
.......................................\.....\...\stm32f10x_spi.c
.......................................\.....\...\stm32f10x_tim.c
.......................................\.....\...\stm32f10x_usart.c
.......................................\.....\...\stm32f10x_wwdg.c
.......................................\.....\...\system_stm32f10x.c
.......................................\.....\inc
.......................................\.....\...\misc.h
.......................................\.....\...\stm32f10x_adc.h
.......................................\.....\...\stm32f10x_bkp.h
.......................................\.....\...\stm32f10x_can.h
.......................................\.....\...\stm32f10x_cec.h
............................