Welcome![Sign In][Sign Up]
Location:
Search - led os

Search list

[Other resourceuCOS284_C51

Description: 我 Porting 的 uC/OS-II V2.84 (目前Micrium)最新版之 Keil C51 工程,专供给 8051 上做任务调度,我已将 Code Size 改小至 4000 Byte,对于 X-Ram 的用量也仅 160 Byte(于 Keil C51 V8.08a 下编译后).我在 Main.c 内创建了两个任务调度的 LED 闪烁程序,方便了解任务是如何被创建的,同时我也在 Keil C51 的 Project 内设好了 Simulator 模式及 Port 1 窗视可即时的观测这两个任务调度情况.
Platform: | Size: 85144 | Author: kly | Hits:

[Other resourceuCOS252_MSP430F149

Description: 经修正并验证过在 IAR MSP430 v3.42A 下编译正之 uC/OS-II For MSP430F149 的例程(修正一般网站上重复 Define 无法编译的问题),而且我以于 Simulator 内并设好了 Watch Dog Interrup 及观测的断点也设好了,可以直接于 IAR MSP430 下 Compiler 后再进 Debug Mode 执行即可正常执行于 app.c 下的 LED 闪烁任务调度工程.
Platform: | Size: 73004 | Author: kly | Hits:

[Other resourceled

Description: nec 3.5lcd驱动 非os驱动 任意显示图片
Platform: | Size: 1625506 | Author: | Hits:

[Embeded-SCM DevelopiccavrUCOS_m64

Description: ucos移植到m64, 精简过, 使用portc bit4控制led显示, 串口1波特率38400输出-OUT transplant m64, streamlining, of using portc led bit4 control, Serial output a 38,400 baud rate
Platform: | Size: 96256 | Author: wang | Hits:

[uCOSuCOS284_C51

Description:
Platform: | Size: 84992 | Author: kly | Hits:

[uCOSuCOS-II_MSP430F1132

Description: 精選一個 uC/OS-II Porting 於一般業界使用之 MSP430F1132 開發板上任務調度的例程,於 app.c 內建構了一個可於此開發板上 Port 1.0 驅動 LED 閃爍任務工程,全例程於 IAR MSP430 V3.42A 下編譯,同時亦將此工程設好斷點可方便於 Simulator 內直接觀測 uC/OS 任務調度狀態.-Select a uC/OS-II Porting the industry in general use MSP430F1132 development board scheduling routine mission in app.c within a construct of this development can be driven on-board LED flashes Port 1.0 mission project, the whole routine in the IAR under the MSP430 V3.42A compile, at the same time this project can be easily set up a good break in the Simulator with the direct observation of uC/OS task scheduling state.
Platform: | Size: 36864 | Author: kly | Hits:

[Embeded Linuxled

Description: nec 3.5lcd驱动 非os驱动 任意显示图片-nec 3.5lcd drive non-os drive arbitrary display picture
Platform: | Size: 1696768 | Author: | Hits:

[Other21_uCOSII

Description: 1.将uC/OS-II操作系统移植到Mega16上 2.建立两个任务,一个LED显示,另一个数码管显示时间 -1. To uC/OS-II operating system ported to Mega16 2. The establishment of two tasks, an LED display, and the other digital tube display time
Platform: | Size: 122880 | Author: 章东升 | Hits:

[uCOSscr

Description: ARM7在uC/OS-II下的测试代码 含: define.s main.c Display.c LED.c os_dbg.c Uart.c includes.h ML674000.h os_cfg.h -ARM7 in uC/OS-II containing the test code: define.smain.cDisplay.cLED.cos_dbg.cUart.cincludes.hML674000.hos_cfg.h
Platform: | Size: 9216 | Author: 郑凯 | Hits:

[uCOSucos-ii_44b0

Description: 该代码为uC/OS-II在ARM处理器上的移植代码,同时还包括在ARM开发板上编写基于uC/OS-II简单的多任务应用程序 -The code for uC/OS-II in the ARM processor on the Transplant code also includes the preparation of the ARM development board based on uC/OS-II a simple multi-tasking applications
Platform: | Size: 698368 | Author: 安宁 | Hits:

[uCOSosled2

Description: 完成在S3C2410处理器上移植μC/OS-II内核,然后实现以下多任务: a) 控制实验箱核心板上4盏LED灯轮流亮灭; b) 将LED1连接到ARM9-2410EP增强型实验箱扩展口的DA OUT端口,通过实验箱上的键盘(比如“↑”、“↓”键)控制LED1亮暗变化,同时在超级终端显示该控制值; c) 将LED2连接到扩展口的I/O输出口,通过超级终端按键控制LED2亮灭,即按一下PC的超级终端某个键(比如回车键)LED2灭,再按LED2亮,反复循环。 -Completed the processor S3C2410 transplant μC/OS-II kernel, and then multi-task to achieve the following: a) control experiment box core board 4 bright LED lights out rotation b) will LED1 connected to the ARM9-2410EP enhanced experimental me expansion of the mouth of DA OUT port, through the experimental box on your keyboard (such as
Platform: | Size: 425984 | Author: | Hits:

[SCMcodewarrior_example

Description: 本文件夹是为用户提供的codeworrior编程范例,旨在通过给出的范例使用户对odeworrior的使用有所了解。 其中: "CAN0 CAN4 C"是CAN0和CAN4通讯的程序。用户可参照此例程设置MSCAN模块。 "LED"是《开发套件使用文档》中创建的codewarrior工程。 "Port ucosii V252"是嵌入式操作系统uC/OS-II在DP256/DG128上移植的范例。 "printpp"是帮助用户调试的一个工具,它相当于C提供的printf函数,但它的输出设备是串口。 "SendA"通过调用监控程序,向串行口发送字符“A”。 -This folder is to provide users with the codeworrior programming paradigm aims to give an example so that users understand the use of odeworrior. Of which: CAN0 CAN4 C is CAN0 and CAN4 communications procedures. Users can set up the light of this routine MSCAN module. LED is development kit to use the document to create the CodeWarrior project. Port ucosii V252 is the embedded operating system, uC/OS-II in the transplant DP256/DG128 examples. printpp is to help users debug a tool, it provided the equivalent of C function printf, but it is a serial output device. SendA by calling the monitoring program, to the serial port to send the characters A .
Platform: | Size: 228352 | Author: zjh | Hits:

[uCOSUCOS_Temp

Description: UC/OS-II移植到s3c2440代码,包括串口,lcd,蜂鸣器,触摸屏led-UC/OS-II ported to s3c2440 code, including the serial port, lcd, buzzer, led touch screen
Platform: | Size: 1135616 | Author: cwf123456 | Hits:

[Embeded-SCM DevelopUCOSII-RTC-LED

Description: 基于LPC2103结合μC/OS-II操作系统的实时时钟系统设计,能够实现年月日时分秒的位闪动修改与掉电保持功能,是本人学习ARM与μC/OS的终极之作,为感谢联合程序员开发网上各位程序员所提供的源码,特此奉上-LPC2103 based on combination of μC/OS-II real-time clock operating system design, to achieve accurate date when the modified bit flashing and down to maintain function, learning my ARM and μC/OS for the ultimate, to thank the Joint programmers to develop Web provided that the source programmers, and would like to offer. .
Platform: | Size: 273408 | Author: 聂美军 | Hits:

[uCOSucos-led

Description: 在UC/OS上运用C实现一个按键控制八个流水灯-In the UC/OS on the use of C 8 to achieve a key water control lights
Platform: | Size: 571392 | Author: 李小芸 | Hits:

[SCMc51

Description: uc/os II移植 51单片机,包括工程文件和程序,实现在51单片机点亮led-uc/os II transplantation 51, including the project files and programs to achieve the 51 single-chip light led
Platform: | Size: 78848 | Author: 秦俊权 | Hits:

[SCMEasyHwOS

Description: 在自己编写的OS上去跑51的程序,本例子使用简单的LED控制作为基本程序,由模块化结构组成。-Written up in their own OS to run 51 programs, this example uses a simple LED control as a basic procedure, the modular structure and composition.
Platform: | Size: 37888 | Author: 张祥 | Hits:

[uCOSLM3S9B96_uCOSII-V2.86-01-led

Description: 用于TI DK-LM3S9B96的uC/OS-II V2.86代码,控制板载LED闪烁。-UC/OS-II V2.86 for TI DK-LM3S9B96 code to control the onboard LED flashes.
Platform: | Size: 1825792 | Author: ye | Hits:

[Embeded Linuxthe-buzzer-and-LED-lights

Description: 在uC/OS-II下,实现按键控制蜂鸣器响以及LED灯以十六进制数逐个点亮-UC/OS-II, keys to control the buzzer and LED lights lit one by one to the hexadecimal number
Platform: | Size: 652288 | Author: Roney | Hits:

[ARM-PowerPC-ColdFire-MIPSRaw-os-core-state

Description: 现在有很多操作系统的内部任务状态机制不全,直接导致了bug的产生,具体名字就不指明了。-There are a lot of operating system of the internal task state mechanism is incomplete, directly led to the generation of bug, the specific name will not specify.
Platform: | Size: 11264 | Author: wgc | Hits:
« 12 3 »

CodeBus www.codebus.net