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

搜索资源列表

  1. 16ucosii

    0下载:
  2. 在ATmega16芯片上移植的ucosii系统应用,使用ICCAVR编译器。由于ATmega16芯片仅仅有16k的rom和1k的ram,因此这个移植范例中仅使用了系统延时函数来点亮led。-the ATmega16 chip transplant ucosii applications, use ICCAVR compiler. As ATmega16 mere 16k chip rom the 1k and the ram, Therefore, the transplant use only
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:76565
    • 提供者:韩兆伟
  1. uCOSII_C8051F340

    2下载:
  2. 将ucos-ii移植到了c8051f340上,运行比较稳定,建立了三个任务,依次点亮两个LED灯,跟踪每个任务的运行情况,对于初学者有很大的帮助,能够了解到系统的任务上下文切换的整个过程。
  3. 所属分类:uCOS开发

  1. uCOS

    1下载:
  2. UCOS工程,采用keil开发工具开发,程序中基于stm32v100处理器. 在uC/OS-II中建立3个任务Taskled、Tasktep、Taskadc和三个中断。 Taskled初始化时,LED 依次点亮,当按下 Key 键时产生中断。 中断服务子程序内容:灯全部熄灭,2 秒钟后发光二极管全部点亮,再过 1 秒钟后中断返回。 Tasktep用来实时检测温度传感器u4的温度。STM32通过IIC接口获取温度传感器的温度。 Task
  3. 所属分类:uCOS开发

    • 发布日期:2017-05-08
    • 文件大小:317524
    • 提供者:xam
  1. uCOSii-STC89C52-LED-Light

    0下载:
  2. STC89C52加入ucosii以不频率分别点亮两个LED灯-STC89C52 join ucosii frequency of light with two LED does not light
  3. 所属分类:uCOS

    • 发布日期:2017-03-30
    • 文件大小:181807
    • 提供者:李天
  1. stm32PUCOSPLED1PLED2PLED3

    0下载:
  2. 野火stm32+UCOS+LED1+LED2+LED3(多任务),在ucos下点亮三个led灯,比较适合初学者。-Stm32++ LED1 wildfires UCOS+ LED2+ LED3 (multitasking), in the light UCOS three led lamp, is suitable for beginners.
  3. 所属分类:uCOS

    • 发布日期:2017-04-02
    • 文件大小:332215
    • 提供者:李小小
  1. 61IC_S1111

    0下载:
  2. 在STM32F103C8T6芯片上移植操作系统(使其点亮LED) UCOSII基础点灯实验 /************************************************************ **实验名称:UCOSII基础点灯实验 **功 能:利用UCOSII操作系统让LED1~LED5分别以不同的延时亮灯 **注意事项:PA2~PA6 为输出LED灯 **作 者: 查 峰 ********************************
  3. 所属分类:uCOS

    • 发布日期:2017-04-01
    • 文件大小:398261
    • 提供者:sdf
  1. STM32F103ucOS-II

    2下载:
  2. STM32F103的ucOS-II 移植好的工程。项目可以直接编译、调试,没有错误和警告,注释详尽。ST的Cortex-M3内核,在UCOS-II中建立两个任务,分别以1s和2s点亮熄灭两个LED。-The ucOS-II transplantation STM32F103 good works. Project can compile, debug, no errors and warnings, detailed notes. ST' s Cortex-M3 core, in UCOS-II
  3. 所属分类:uCOS开发

    • 发布日期:2017-05-14
    • 文件大小:2129712
    • 提供者:lxx
  1. led

    0下载:
  2. 基于EasyARM615开发板的用ucos的LED循环点亮程序。-EasyARM615 development board based on the use of LED cycle light ucos procedures.
  3. 所属分类:uCOS

    • 发布日期:2017-04-28
    • 文件大小:27032
    • 提供者:chenhongxia
  1. a1

    0下载:
  2. 用ucos2编写程序代码并移植到arm7控制led灯循环点亮-ucos2 transplanted to arm7 control led lights
  3. 所属分类:uCOS

    • 发布日期:2017-04-07
    • 文件大小:219745
    • 提供者:hewenlong
  1. led

    1下载:
  2. 博创S3C2410点亮3盏LED灯的汇编代码-The ASM Code of the base experience using UP-TECH S3C2410 to light 3 leds.
  3. 所属分类:uCOS

    • 发布日期:2016-12-11
    • 文件大小:25600
    • 提供者:cui
  1. lpc1114_test

    0下载:
  2. lpc1114的简单ucos工程,用于控制分别点亮三个led灯-lpc1114 simple the ucos engineering, used to control light three led lights
  3. 所属分类:uCOS

    • 发布日期:2017-12-03
    • 文件大小:589766
    • 提供者:liuqm
  1. Led

    0下载:
  2. 基于ARM920T的MX1芯片,UCOS-II系统的点亮led任务代码-Lit led task code based on the ARM920T the MX1 chip, UCOS-II system
  3. 所属分类:uCOS

    • 发布日期:2017-12-05
    • 文件大小:486760
    • 提供者:李昊
  1. Software

    0下载:
  2. UCOSIII 移植到 NXP LPC1768 纯净版。 方便大家其它功能的添加。 现在只是点亮LED灯。 添加串口,网口等功能正在进行中,有机会上传啦。-UCOSIII NXP transplanted to the LPC1768 version of pure. Add to facilitate other functions. Now just lit LED lights.
  3. 所属分类:uCOS

    • 发布日期:2017-11-11
    • 文件大小:3095257
    • 提供者:杨致远
  1. lcduart

    1下载:
  2. 是在stm32开发板上移植了uC/OS实时操作系统,在上面能够进行多任务编程,本设计完成点亮led灯和串口通讯,lcd显示,按键扫描-Is on the stm32 development board transplant real-time operating system uC/OS, capable of multitasking programming on it, the design complete lit led lights and serial port communicat
  3. 所属分类:uCOS

    • 发布日期:2017-05-08
    • 文件大小:2058240
    • 提供者:wanglei
  1. STM32PUCOSIIPLEDPMDK

    0下载:
  2. 基于STM32的UCOSII运行单任务,点亮LED灯,开发环境MDK-Based on the STM32 UCOSII run single task, lit LED lights, MDK development environment
  3. 所属分类:uCOS

    • 发布日期:2017-05-10
    • 文件大小:2054630
    • 提供者:haifeng
  1. stm32_ucosii

    0下载:
  2. ucoii在stm32上的移植代码,实现两个LED灯轮流点亮。-ucoii on stm32 transplant code to achieve two LED lights turn lights.
  3. 所属分类:uCOS

    • 发布日期:2017-05-22
    • 文件大小:6149120
    • 提供者:linbaoluo
  1. LED-5S

    0下载:
  2. LED点亮5S,掉电,唤醒,流水灯,延时5S左右,按一下按键唤醒之后流水灯-LED lights 5S, power-down, wake, water lights
  3. 所属分类:uCOS

    • 发布日期:2017-04-01
    • 文件大小:242031
    • 提供者:john
  1. LED_OS

    0下载:
  2. STM32F103C8T6系统板移植UCOSII点亮LED灯代码。-STM32F103C8T6 system board transplantation UCOSII lit LED lamp code.
  3. 所属分类:uCOS

    • 发布日期:2017-05-09
    • 文件大小:1792639
    • 提供者:sun wei
  1. uCOS-IIPLED

    0下载:
  2. 这是一个ucosII的多任务调度的学习例程,控制三个LED交替点亮,是一个不错的学习ucosII 的资料-This is a sample about mutil-task ucosII, which control the LED turn ON or OFF interleaved.
  3. 所属分类:uCOS

    • 发布日期:2017-05-08
    • 文件大小:1692869
    • 提供者:chen
  1. uCOSII_LPC11XX

    0下载:
  2. 创建多个任务点亮LED,通过按键控制确认任务是否请求删除另外一个任务,如果请求则另外一个任务删除自身(Create multiple tasks to light LED, confirm whether the task requests to delete another task by keystroke control, and then delete another task if requested)
  3. 所属分类:uCOS

    • 发布日期:2018-01-02
    • 文件大小:553984
    • 提供者:jack1748
« 12 »
搜珍网 www.dssz.com