CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 其他嵌入式/单片机内容 搜索资源 - tasks

搜索资源列表

  1. SoftwareSerial

    0下载:
  2. 已建成的Arduino硬件引脚0和1(也通过USB连接到电脑)的串行通信的支持.-The Arduino hardware has built-in support for serial communication on pins 0 and 1 (which also goes to the computer via the USB connection). The native serial support happens via a piece of hardware (built int
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:8.83kb
    • 提供者:zhangchunbai
  1. 2task

    0下载:
  2. This app show how use two tasks with Keil RTOS.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-29
    • 文件大小:248.6kb
    • 提供者:Alex
  1. ex1

    0下载:
  2. 1. 创建多 Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私有 Message Queue 接收消息;Task 间消息通信通过向对方私有Message Queue 发送消息完 成。 2. Task1:管理Task。负责系统启动时同步系统中其他Task 的启动同步,利用信号量的 semFlush()完成。同时接收各Task 的告警信息,并负责系统结束时的Task 删除处理。 3. Task2:激励Task。利用taskDelay()
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-10
    • 文件大小:1.24mb
    • 提供者:李晓平
  1. sl_evt

    0下载:
  2. file which presents an example of task management on PIC18F microcontroler. Idle task runs every 3ms and other tasks runs in a multiple time of the idle task.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-13
    • 文件大小:1.93kb
    • 提供者:ptiver
  1. MCUSimilate_1.2

    0下载:
  2. 一个用于单片机内运行的微内核,有像ucOS样的基于优先级的任务调度。但是没有使用其实时抢夺,我是等待一个高任务级运行完了才等到其他的任务运行。当前任务不可抢夺。这样就不用考虑到任务切换带来的损耗了。还有我用了一个内存分配机制,可以动态分配和释放内存块。这些都是在VC6.0上的测试示例,但使用者可以用到任意一款单片机开发上面。所有代码都在VC6.0和XC2287M上测试过了。-One for the microcontroller to run the micro-kernel, there is
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-10
    • 文件大小:1.99mb
    • 提供者:sunyi
  1. C2E01

    0下载:
  2. FreeRTOS kernel simplified. It is configured to run two simple tasks in a Microchip PICF2550. Also includes a ISIS Proteus simulation. To run this you will need MPLAB and the C18 compiler. Also the FreeRTOS libraries.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-26
    • 文件大小:90.66kb
    • 提供者:alepmalagon
  1. MSP430-application-of-thermometer

    2下载:
  2. 在《温度计_基本原理》程序中,已经实现了一个温度测量和显示的系统,但因为采样速率很快,且对基准源不加控制,耗电很大(800uA左右)。本例中,将温度采集速度降到1秒一次,且采样间隙时间不仅关闭基准源,还让CPU进入LPM3休眠状态,大大节省了耗电。该程序功耗仅10uA左右,可用纽扣电池长期运行(2年)。实际上对于环境温度1秒1次采样仍属浪费,如果降到5秒一次,功耗可下降到4uA左右(CR2032电池工作5年)。按KEY3后,CPU进入LPM4,功耗下降到0.1uA,这是一种常用的不断电的关机方法
  3. 所属分类:Other Embeded program

    • 发布日期:2015-05-24
    • 文件大小:50kb
    • 提供者:陶宇
  1. SourceCode_TI2849

    0下载:
  2. The portable Color Sensor is an effective tool for obtaining accurate color readings from both reflected and emitted light. It generates accurate readings in multiple intuitive formats, both on a built-in LCD and on a webpage. An LM3S9B96 controls al
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-18
    • 文件大小:4.59mb
    • 提供者:ahmed
  1. 3TASK_LPC2148_UCOS

    0下载:
  2. 基于LPC2148 多线程任务 UCOS系统-LPC2148 based system of multi-threaded tasks UCOS
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:537.1kb
    • 提供者:月影
  1. temps-reel

    0下载:
  2. 本例程是关于在实时系统下的一些任务管理方案。用C编写,运行在BECK公司的一个板子上。-This routine is on some of the tasks under real-time systems management solutions. Written in C, runs on a board on the company' s BECK.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-10
    • 文件大小:2.36mb
    • 提供者:li
  1. FreeRTOS_manual

    0下载:
  2. FreeRtoS manual Design l Tasks & Priorities l Kernel Utilities l Source Organization l More Info
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:652.15kb
    • 提供者:smpark92
  1. RTOS-1

    0下载:
  2. stm32下实现freertos操作系统的移植并简单的实现两个任务-Stm32 freertos realize the operating system and the realization of the transplantation of simple two tasks
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-19
    • 文件大小:5.28mb
    • 提供者:
  1. RTOS-1---(2)

    0下载:
  2. keil下实现freertos移植与stm32平台,并在此基础上建立队列同步任务,-Keil freertos transplantation and realize the stm32 platform, and on this basis, they build queues synchronization tasks,
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-19
    • 文件大小:5.31mb
    • 提供者:
  1. Small_RTOS_TEST

    0下载:
  2. Small_RTOS在ATmega16或32下使用,可以同时运行16个任务,AVR Studio6.0测试通过。-Small_RTOS ATmega16, or 32, you can run 16 tasks at the same time, the AVR Studio6.0 test.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-12-04
    • 文件大小:133.28kb
    • 提供者:好机会
  1. MicroStar1.1

    0下载:
  2. 最新版本MicroStar1.1不仅能支持按优先级调度,还支持时间片轮转调度和前二者相接合调度。   声明 代码未经严格测试,现仅作学习和交流用途,不得利用其作任何商业目的的开发。擅自使用之进行商业开发,所造成的后果由自已承担,本人不负任何法律上的责任。 使用需知 1. MicroStar1.0最多只能创建16个任务。最多可提供16个定时器。最多能直接提供16个同步对象,若要更多的同步对象,须自行分配内存。 2 为了使代码能在DOS下运行,不少函数声明和定义前都有_
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-12
    • 文件大小:230.77kb
    • 提供者:hugaoquan
  1. stm32-UCOSII--task

    0下载:
  2. 基于STM32F103ZET6的UCOSII系统入门实验 主要是UCOSII系统的任务调度实验 主要包括建立任务、删除任务、改变任务优先级、任务挂起等函数使用-UCOSII system based on the introductory experiments STM32F103ZET6 The main task of the system is scheduled experiments UCOSII Including the establishment of tasks
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-24
    • 文件大小:395.47kb
    • 提供者:xu xin
  1. RTOS_Mindows4.2

    1下载:
  2. Mindows4.2可提供多种操作系统功能,是实时抢占式操作系统,任务支持多种优先级抢占调度。让我们一起感谢作者。-Mindows4.2 provides a variety of operating system, real-time preemptive operating system, support multiple priority preemptive scheduling of tasks. Let us thank the author.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:157.72kb
    • 提供者:
  1. STM32PfreeRTOSPADCPLEDPUSART

    0下载:
  2. 在野火开发板上实现基于freeRTOS的多任务,包括USART,ADC采集,LED-multitask realization on wildfire board based on freeRTOS.Tasks include ADC ,UASRT,LED。
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-16
    • 文件大小:3.74mb
    • 提供者:
  1. OSPrioShedule_14_1229

    0下载:
  2. 基于STM32的小的任务调度程序,任务调度基于优先级调度法,任务间通信通过消息机制实现任务同步。同时包括了一个基于此调度内核的测试程序和串口驱动程序-STM32-based small task scheduler, task scheduling priority-based scheduling method, inter-task communication mechanisms to achieve synchronization of tasks through the message
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-13
    • 文件大小:2.62mb
    • 提供者:chou
  1. FreeRTOS核心源码

    1下载:
  2. 内含FreeRTOS核心源码,包含tasks.c/task.h/list.c等各种核心源码
  3. 所属分类:其他嵌入式/单片机内容

搜珍网 www.dssz.com