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

文件名称:Stm32_ucos_3-1.tar

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

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

(1)二个外部中断EINTB(KEY1)、EINTC(KEY2),三个任务A、B、C,优先级由低到高。

(2)A任务每运行一次使得第一组数码管的值增加1,调用延时函数为1s

(3)B任务等待信号量bsem(初始值为0),中断INTB触发信号量bsem的发送。该任务每运行一次使得第二组数码管的值增加1,调用延时函数为0.5s

(4)C任务等待信号量csem(初始值为0),中断INTC触发信号量csem的发送,该任务每运行一次使得某个发光二级管闪烁,调用延时函数为0.1s

-(A) two external interrupt EINTB (KEY1), EINTC (KEY2), three tasks A, B, C, from low to high priority. (2) A task runs once every digital tube such that the first group increases the value of one, call the delay function 1s (3) B task waiting for the semaphore bsem (initial value is 0), the interrupt INTB amount bsem trigger signal transmission. Each time you run the task so that the second group increases the value of a digital control, call the delay function is 0.5s (4) C task waiting for the semaphore csem (initial value is 0), the interrupt is triggered semaphore csem INTC transmission, the task Each time you run such a light-emitting diode flashes, call the delay function is 0.1s
(系统自动生成,下载前可以参看下载内容)

下载文件列表

Stm32_ucos_3-1/
Stm32_ucos_3-1/project/
Stm32_ucos_3-1/project/Debug/
Stm32_ucos_3-1/project/Debug/Exe/
Stm32_ucos_3-1/project/Debug/Exe/gprs.bin
Stm32_ucos_3-1/project/Debug/Exe/gprs.out
Stm32_ucos_3-1/project/Debug/List/
Stm32_ucos_3-1/project/Debug/Obj/
Stm32_ucos_3-1/project/Debug/Obj/BoardInit.o
Stm32_ucos_3-1/project/Debug/Obj/cortexm3_macro.o
Stm32_ucos_3-1/project/Debug/Obj/gprs.o
Stm32_ucos_3-1/project/Debug/Obj/gprs.pbd
Stm32_ucos_3-1/project/Debug/Obj/gprs.pbi
Stm32_ucos_3-1/project/Debug/Obj/Hex.o
Stm32_ucos_3-1/project/Debug/Obj/I2C.o
Stm32_ucos_3-1/project/Debug/Obj/led.o
Stm32_ucos_3-1/project/Debug/Obj/main.o
Stm32_ucos_3-1/project/Debug/Obj/pdu.o
Stm32_ucos_3-1/project/Debug/Obj/pdu.pbi
Stm32_ucos_3-1/project/Debug/Obj/stm32f10x_it.o
Stm32_ucos_3-1/project/Debug/Obj/stm32f10x_vector.o
Stm32_ucos_3-1/project/Debug/Obj/stm32_equip.o
Stm32_ucos_3-1/project/gprs.dep
Stm32_ucos_3-1/project/gprs.ewd
Stm32_ucos_3-1/project/gprs.ewp
Stm32_ucos_3-1/project/gprs.eww
Stm32_ucos_3-1/project/settings/
Stm32_ucos_3-1/project/settings/gprs.cspy.bat
Stm32_ucos_3-1/project/settings/gprs.dbgdt
Stm32_ucos_3-1/project/settings/gprs.dni
Stm32_ucos_3-1/project/settings/gprs.wsdt
Stm32_ucos_3-1/project/settings/gprs_Debug.jlink
Stm32_ucos_3-1/STM32_LIB/
Stm32_ucos_3-1/STM32_LIB/config/
Stm32_ucos_3-1/STM32_LIB/config/stm32f10x_conf.h
Stm32_ucos_3-1/STM32_LIB/inc/
Stm32_ucos_3-1/STM32_LIB/inc/cortexm3_macro.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_adc.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_bkp.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_can.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_crc.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_dac.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_dbgmcu.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_dma.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_exti.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_flash.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_fsmc.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_gpio.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_i2c.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_iwdg.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_lib.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_map.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_nvic.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_pwr.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_rcc.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_rtc.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_sdio.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_spi.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_systick.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_tim.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_type.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_usart.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_wwdg.h
Stm32_ucos_3-1/STM32_LIB/lib/
Stm32_ucos_3-1/STM32_LIB/lib/stm32_2.0.3_lib.a
Stm32_ucos_3-1/STM32_LIB/startup/
Stm32_ucos_3-1/STM32_LIB/startup/cortexm3_macro.s
Stm32_ucos_3-1/STM32_LIB/startup/stm32f10x_vector.c
Stm32_ucos_3-1/STM32_LIB/version.txt
Stm32_ucos_3-1/UCOS/
Stm32_ucos_3-1/UCOS/inc/
Stm32_ucos_3-1/UCOS/inc/os_cfg.h
Stm32_ucos_3-1/UCOS/inc/os_cpu.h
Stm32_ucos_3-1/UCOS/inc/ucos_ii.h
Stm32_ucos_3-1/UCOS/lib/
Stm32_ucos_3-1/UCOS/lib/ucos.a
Stm32_ucos_3-1/USER/
Stm32_ucos_3-1/USER/inc/
Stm32_ucos_3-1/USER/inc/BoardInit.h
Stm32_ucos_3-1/USER/inc/includes.h
Stm32_ucos_3-1/USER/inc/main.h
Stm32_ucos_3-1/USER/inc/stm32f10x_it.h
Stm32_ucos_3-1/USER/inc/stm32_equip.h
Stm32_ucos_3-1/USER/inc/type.h
Stm32_ucos_3-1/USER/linkerCofig/
Stm32_ucos_3-1/USER/linkerCofig/STM32_Flash.icf
Stm32_ucos_3-1/USER/linkerCofig/STM32_Flash.mac
Stm32_ucos_3-1/USER/linkerCofig/STM32_Flash_XRAM.icf
Stm32_ucos_3-1/USER/linkerCofig/STM32_Flash_XRAM.mac
Stm32_ucos_3-1/USER/src/
Stm32_ucos_3-1/USER/src/BoardInit.c
Stm32_ucos_3-1/USER/src/main.c
Stm32_ucos_3-1/USER/src/stm32f10x_it.c
Stm32_ucos_3-1/USER/src/stm32_equip.c

相关说明

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

相关评论

暂无评论内容.

发表评论

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