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

文件名称:SUN

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

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

基于UC/OS-II的温度实时监测系统,  控制CPU自带温度传感器,并将温度显示在数码管或LCD上;当温度大于设定值时报警;报警驱动蜂鸣器并通过串口上传到PC;PC给出消除报警指令后则取消报警;报警的重新启动由按键通过中断送入;合理安排UC/OS-II实时任务,合理利用UC/OS-II各类事件机制(信号量、消息邮箱、消息队列、事件标志组等)。-Based on UC/OS-II real-time temperature monitoring system, the control CPU comes with a temperature sensor and the temperature on the digital display or LCD when the temperature is greater than the set value alarm alarm buzzer driver and uploaded to the PC via the serial port  the PC gives instructions to eliminate warning alarm is canceled restart interrupted by an alarm from the key into reasonable arrangements for UC/OS-II real-time tasks, rational use of UC/OS-II mechanism for all types of events (semaphores, message mailboxes , message queues, event flag groups, etc.).
(系统自动生成,下载前可以参看下载内容)

下载文件列表

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

相关说明

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

相关评论

暂无评论内容.

发表评论

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