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

搜索资源列表

  1. ucosII源码分析

    0下载:
  2. ucosII源码分析,从CPU的执行顺序来看吧,这样也许清晰一些,并且我们暂时抛弃那些Event/MailBox、信号量等元素,还是先看看作为一个OS核心的Task Schedule部分内容吧。首先从main函数开始,下面是uC/OS-II main函数的大致流程: ,ucosII源码分析,从CPU的执行顺序来看吧,这样也许清晰一些,并且我们暂时抛弃那些Event/MailBox、信号量等元素,还是先看看作为一个OS核心的Task Schedule部分内容吧。首先从main函数开始,下面是uC
  3. 所属分类:uCOS开发

    • 发布日期:2012-08-23
    • 文件大小:8.44kb
    • 提供者:李丽丽
  1. LPC22xx_uCOS_dm9000_LWIP_moban

    2下载:
  2. 全套的 ucosII 还有DM9000 芯片驱动 加LWIP 的移植代码 CPU采用的是LPC22xx系列 只要稍作修改即可使用-A full set of drivers ucosII also increase DM9000 chip code LWIP transplant CPU is used with some slight modifications LPC22xx series can be used as long as
  3. 所属分类:uCOS开发

    • 发布日期:2013-01-06
    • 文件大小:1021.2kb
    • 提供者:liwei
  1. 51system

    0下载:
  2. 实时系统的正确性不仅依耐系统计算的逻辑结果,还依赖于产生这个结果的时间。实时系统能够在指定或者确定的时间内完成系统功能和外部或内部、同步或异步时间做出响应的系统。-Real-Time Systems (Real-time operating system, RTOS) the correctness of resistance not only in accordance with the logic system to calculate the results, but also produ
  3. 所属分类:uCOS

    • 发布日期:2017-04-16
    • 文件大小:130.59kb
    • 提供者:vans52
  1. uCOS-II_Source_Analyse

    0下载:
  2. uC/OS-II源码分析 在这里我不想分模块来慢慢分析这个OS的行为,我们从CPU的执行顺序来看吧,这样也许清晰一些,并且我们暂时抛弃那些Event/MailBox、信号量等元素,还是先看看作为一个OS核心的Task Schedule部分内容吧。 首先从main函数开始,下面是uC/OS-II main函数的大致流程: main(){ OSInit() TaskCreate(...) OSStart() } 首先是调用OSInit进行初始化,然后使用T
  3. 所属分类:uCOS

    • 发布日期:2017-04-15
    • 文件大小:8.44kb
    • 提供者:李毅
  1. ucos

    0下载:
  2. 此代码主要讲述Ucos的事件的用法,让初学者了解UCOS的消息事件机制。-This code is the main usage of the events described Ucos, so that beginners understand the UCOS news event mechanism.
  3. 所属分类:uCOS

    • 发布日期:2017-04-04
    • 文件大小:676.75kb
    • 提供者:沈晓伟
  1. Micrium-1138-mutex-event

    0下载:
  2. UCOS 在ZLG开发板1138上的mutex(互斥信号)应用。可以跟踪理解ucos的mutex机制。环境:IAR -UCOS in 1138 on the development board ZLG mutex (mutex) applications. Ucos can track the mutex mechanism to understand. Environment: IAR
  3. 所属分类:uCOS

    • 发布日期:2017-05-10
    • 文件大小:2.3mb
    • 提供者:wang.yuefeng
  1. Micrium-1138-sem-event

    0下载:
  2. UCOS 在ZLG开发板1138上的SEM(信号量)应用。可以跟踪理解ucos的信号量机制。环境:IAR -UCOS ZLG development board in 1138 on the Q (message queue) applications. Ucos can understand the message queue tracking mechanism. Environment: IAR
  3. 所属分类:uCOS

    • 发布日期:2017-05-10
    • 文件大小:2.31mb
    • 提供者:wang.yuefeng
  1. ucos_event_flag

    0下载:
  2. uocs测试事件响应时间代码,基于GCC工具链,在lpc24xx上的测试-uocs test event response time code
  3. 所属分类:uCOS

    • 发布日期:2017-04-16
    • 文件大小:250.79kb
    • 提供者:汪卓
  1. interrupt-and-event

    0下载:
  2. 这是基于IAS开发环境的ucos系统的一个实例:中断和事件的配置和应用-This is an instance-based the ucos system of the IAS development environment: interrupt and event configuration and application
  3. 所属分类:uCOS

    • 发布日期:2017-03-26
    • 文件大小:333.71kb
    • 提供者:何德慧
  1. ucosIIinVC

    0下载:
  2. 这是一个在VC++下移植的UCOSII案例,是一份良好的教学案例,含有任务管理消息邮箱队列内存管理,事件管理的例程,对于UCosII初学者具有良好的参考作用,是卢有亮先先生UCOSII教学实验代码。-This is a transplant under VC++ UCOSII case is a good teaching case containing the the task management message mailbox queue memory management, event
  3. 所属分类:uCOS

    • 发布日期:2017-11-23
    • 文件大小:962.22kb
    • 提供者:李天
  1. Test6

    0下载:
  2. ucos-ii基于s3c2440事件标志组的使用实验-ucos-ii s3c2440 based on the use of experimental event flag group
  3. 所属分类:uCOS

    • 发布日期:2017-12-10
    • 文件大小:369.02kb
    • 提供者:cf
  1. ucos2

    0下载:
  2. uC/OS-II源码分析 在这里我不想分模块来慢慢分析这个OS的行为,我们从CPU的执行顺序来看吧,这样也许清晰一些,并且我们暂时抛弃那些Event/MailBox、信号量等元素,还是先看看作为一个OS核心的Task Schedule部分内容吧。-uC/OS-II source code analysis, and here I do not want to analyze this sub-module and slowly OS behavior, we run from the CPU
  3. 所属分类:uCOS

    • 发布日期:2017-12-03
    • 文件大小:221.74kb
    • 提供者:lane
  1. Test5

    0下载:
  2. 演示事件标准组(信号量集)的应用--多个任务同步一个任务:五子登科(多个)--》人生幸福(单个任务)-Demonstrate the application of event flags(semaphore set)- multiple tasks synchronizate a task
  3. 所属分类:uCOS

    • 发布日期:2017-04-17
    • 文件大小:132.61kb
    • 提供者:Li
  1. STM32-led-blinjk-for-ucos

    0下载:
  2. STM32 开发板基于 uCosII 2.86 的 LED灯闪烁实验 开发板上电后,LED1-3 会按照默认的 500ms 间隔,明暗闪烁,此时可以通过 串口助手 SSCOM3.2 发出指令,设置 LED1,LED2,LED3 的闪烁间隔时间。间隔范围是 1-65535ms。可以设置任意一个 LED 得闪烁间隔时间, 通过这个实验,可以学习 ucosII 的 任务建立,及任务调度, 事件同步等内容。-STM32 development board based uCosII
  3. 所属分类:uCOS

    • 发布日期:2017-04-02
    • 文件大小:746.47kb
    • 提供者:luohua
  1. SUN

    4下载:
  2. 基于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 co
  3. 所属分类:uCOS

    • 发布日期:2014-09-04
    • 文件大小:595kb
    • 提供者:iachi
搜珍网 www.dssz.com