CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 uCOS开发

文件名称:Twenty-UCOS-II-transplantation

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    1.71mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

本工程共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)


(系统自动生成,下载前可以参看下载内容)

下载文件列表

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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com