文件名称:Twenty-UCOS-II-transplantation
介绍说明--下载内容来自于网络,使用问题请自行百度
本工程共6个任务:
任务名 优先级 功能
AppTaskStart()"Start Task" 3 初始化uC/TCP-IP,触发LED
AppTaskKbd() "Keyboard" 4 读取按键和Joystick的状态,并传递给任务AppTaskUserIF()
AppTaskUserIF()"User I/F" 5 更新LCD
"uC/OS-II Tmr" 29 管理定时器
"uC/OS-II Stat" 30 堆栈使用率统计
"uC/OS-II Idle" 31 空闲任务(当没有其他任务执行时,执行该任务)
按下KEY1来切换TFT显示界面(一屏显示所有任务名称和优先级,一屏显示内核和任务调用情况)
-The project total six task:
Task priority function name
AppTaskStart () "Start Task" 3 initialization uC/TCP-IP, trigger LED
AppTaskKbd () "Keyboard" 4 read keys and the state of the Joystick, and passed to the task AppTaskUserIF ()
AppTaskUserIF () "User I/F" 5 to update LCD
"UC/OS-II Tmr" 29 management timer
"UC/OS-II Stat" 30 stack usage statistics
"UC/OS-II Idle" and Idle task (when no other task execution, perform the task)
Press KEY1 to switch TFT display interface (a screen name all the tasks and priority, a screen kernel and task call)
任务名 优先级 功能
AppTaskStart()"Start Task" 3 初始化uC/TCP-IP,触发LED
AppTaskKbd() "Keyboard" 4 读取按键和Joystick的状态,并传递给任务AppTaskUserIF()
AppTaskUserIF()"User I/F" 5 更新LCD
"uC/OS-II Tmr" 29 管理定时器
"uC/OS-II Stat" 30 堆栈使用率统计
"uC/OS-II Idle" 31 空闲任务(当没有其他任务执行时,执行该任务)
按下KEY1来切换TFT显示界面(一屏显示所有任务名称和优先级,一屏显示内核和任务调用情况)
-The project total six task:
Task priority function name
AppTaskStart () "Start Task" 3 initialization uC/TCP-IP, trigger LED
AppTaskKbd () "Keyboard" 4 read keys and the state of the Joystick, and passed to the task AppTaskUserIF ()
AppTaskUserIF () "User I/F" 5 to update LCD
"UC/OS-II Tmr" 29 management timer
"UC/OS-II Stat" 30 stack usage statistics
"UC/OS-II Idle" and Idle task (when no other task execution, perform the task)
Press KEY1 to switch TFT display interface (a screen name all the tasks and priority, a screen kernel and task call)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Twenty UCOS-II transplantation/
Twenty UCOS-II transplantation/Software/
Twenty UCOS-II transplantation/Software/CPU/
Twenty UCOS-II transplantation/Software/CPU/ST/
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/cortexm3_macro.s
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/cortexm3_macro.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_adc.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_bkp.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_can.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_dma.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_exti.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_flash.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_gpio.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_i2c.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_iwdg.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_lib.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_map.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_nvic.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_pwr.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_rcc.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_rtc.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_spi.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_systick.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_tim.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_tim1.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_type.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_usart.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_wwdg.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_adc.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_bkp.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_can.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_dma.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_exti.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_flash.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_gpio.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_i2c.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_iwdg.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_lib.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_nvic.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_pwr.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_rcc.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_rtc.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_spi.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_systick.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_tim.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_tim1.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_usart.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_wwdg.c
Twenty UCOS-II transplantation/Software/EvalBoards/
Twenty UCOS-II transplantation/Software/EvalBoards/ST/
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/BSP/
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/BSP/bsp.c
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/BSP/bsp.h
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/BSP/fonts.h
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/BSP/lcd.c
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/BSP/lcd.h
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/BSP/STM32_Flash.xcl
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/BSP/STM32_RAM.xcl
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/OS-Probe/
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/OS-Probe/app.c
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/OS-Probe/app_cfg.h
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/OS-Probe/app_vect.c
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/OS-Probe/Flash/
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/OS-Probe/Flash/Exe/
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/OS-Probe/Flash/Exe/ST
Twenty UCOS-II transplantation/Software/
Twenty UCOS-II transplantation/Software/CPU/
Twenty UCOS-II transplantation/Software/CPU/ST/
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/cortexm3_macro.s
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/cortexm3_macro.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_adc.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_bkp.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_can.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_dma.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_exti.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_flash.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_gpio.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_i2c.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_iwdg.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_lib.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_map.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_nvic.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_pwr.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_rcc.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_rtc.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_spi.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_systick.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_tim.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_tim1.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_type.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_usart.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/inc/stm32f10x_wwdg.h
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_adc.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_bkp.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_can.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_dma.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_exti.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_flash.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_gpio.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_i2c.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_iwdg.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_lib.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_nvic.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_pwr.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_rcc.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_rtc.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_spi.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_systick.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_tim.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_tim1.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_usart.c
Twenty UCOS-II transplantation/Software/CPU/ST/STM32/src/stm32f10x_wwdg.c
Twenty UCOS-II transplantation/Software/EvalBoards/
Twenty UCOS-II transplantation/Software/EvalBoards/ST/
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/BSP/
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/BSP/bsp.c
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/BSP/bsp.h
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/BSP/fonts.h
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/BSP/lcd.c
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/BSP/lcd.h
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/BSP/STM32_Flash.xcl
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/BSP/STM32_RAM.xcl
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/OS-Probe/
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/OS-Probe/app.c
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/OS-Probe/app_cfg.h
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/OS-Probe/app_vect.c
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/OS-Probe/Flash/
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/OS-Probe/Flash/Exe/
Twenty UCOS-II transplantation/Software/EvalBoards/ST/STM3210B-EVAL/IAR/OS-Probe/Flash/Exe/ST
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.