搜索资源列表
ucosii-8051
- uc/os-ii for 8051 This package provides the sources required to use the uC/OS-II v2.00 real time kernel on the 8051 processor. To use this package you will need the TASKING C Compiler toolset v6.0r1 or higher. For info on TASKING products
LPC17xx-uCos-W2.89 精选uC/OS II 2.89,完美支持CM3
- 精选uC/OS II 2.89,完美支持CM3,并扩展了定时器;采用最新CMSIS编程框架,使用NXP官方最新CMSIS2.0,完美支持NXP LPC17xx系列微处理器;该程序提供一个编程构架,驱动层被CMSIS包含,关于CMSIS2.0使用和例程,请读者去NXP官网下载或者互联网,主程序为一个任务通信的流水灯,环境为周立功LPC1766开发板。此为方卫龙整合修改,所有祝大家玩的愉快。-Selected uC/OS II 2.89, the perfect support for CM3, a
SOURCE
- uc/os-Ⅱ在ARM7内核的微处理器aduc7026的移植-uc/os- Ⅱ in the ARM7 microprocessor core aduc7026 transplant
Snakegamecode
- 使用ucosii操作系统对arm7微处理器进行贪吃蛇游戏开发。-Ucosii operating system used on the ARM7 microprocessor Snake game development.
sem_LM3S310_ucosII
- 基于 Cortex-M3 (ARM) 内核使用之 uC/OS-II 作业系统,此例程可移植于 Cortex-M3 (ARM)内核的微处理器上的应用,于 Keil MDK 3.15b以上 工程编译,而 uC/OS 版本为 2.83-Based on the Cortex-M3 (ARM) core use uC/OS-II operating system, this routine can be transplanted in the Cortex-M3 (ARM) microprocessor
keyboard
- 基于ARM9微处理器和uC/OS系统的按键显示,键值显示在数码管上-ARM9-based microprocessor and uC/OS system, keys show keys displayed on the digital pipe
s1c33_uCos
- uCos在s1c33上的移植 S1C33 MCU EPSON最新的32位微处理器系列,专用于需要高级数据处理的便捷设备。 CPU性能 核心CPU 精工EPSON32位的RISC CPU,32位内部数据处理 33MHz 105条16位固定长度的指令 16个32位多用途的寄存器 在60MHZ操作下的最小指令执行时间为16.7ns 乘法、除法和MAC指令 内存 0~128K ROM 8K RAM 片内周边电路 晶振电路 32.769K~33MHz 定
thesis
- 首先对嵌入式系统和嵌入式实时操作系统的发展进行了介绍,并详细介绍了本设计所用的嵌入式实时操作系统UC/OS-II以及在基于ARM Cortex-M3系列最高配置微处理器STM32F103ZE上的移植过程,该操作系统是实现嵌入式UC/GUI以及AD数据实时采集处理的基础。然后详细介绍了本设计所用的UC/GUI嵌入式用户图形界面开发系统的特点及其在UC/OS-II的基础上的移植过程。最后本文详细介绍了设计中所进行的AD数据的实时采集过程以及对数据进行一阶滤波算法处理的过程。比照了采取滤波算法和不使用
uCOS-II.Programming.template
- LPC2148微处理器ARM7开发板编程模板,带uCOS-II操作系统模板-Lpc2148 microprocessor arm7 development board, take ucos programming templates- ii operating system template
uCOSII.for.LPC2148API
- LPC2148微处理器ARM7开发板带驱动编程模板-LPC2148 microprocessor ARM7 development board tape driver programming template
UCOSII.2148.SD
- 2148微处理器ARM7开发板SD卡读写模块系统程序-2148 microprocessor ARM7 development board reading modules SD card system program
BeiHanguCOS
- 嵌入式系统设计导论 —基于32位微处理器与实时操作系统 1、uC/OS-II概述 2、任务管理 3、中断和时间管理 4、任务之间的通信与同步 5、存储管理-Introduction to Embedded System Design- Based on 32-bit microprocessor and real-time operating system, 1, uC/OS-II Overview 2, 3, task management, interrupt and t
EFM32_uCOS-II
- uCOS-IIv2.86在EFM32系列Cortex M3微处理器上的移植例程,对uCOS-II中的任务切换源码作了修改。在IAR环境下调试成功。-uCOS-IIv2.86 microprocessor in the Cortex M3 EFM32 family routines on the transplantation of uCOS-II in the source code has been modified task switching. Debugging environment
uCOS2ATmega128
- 本文详细介绍了把μC/OS-Ⅱ移植到ATMEL公司的8位微控制器ATmega128上的全过程。所谓移植,就是使一个实时内核能 某个微处理器或微控制器上运行。在移植之前,希望读者能熟悉所用微处理器和C编译器的特点。-This paper describes the μC/OS- Ⅱ transplanted to the ATMEL 8-bit microcontroller ATmega128 on the whole process. The so-called transplant, is
uCOS-II
- 通过微处理器的嵌入式系统加入uCOS-II操作系统所用的_源码-Through the microprocessor
xx3
- μC/OS-II 2.0版以上的内核都具有可抢占的实时多任务调度功能,另外它还提供了许多系统服务,例如信号量、消息队列、邮箱、内存管理、时间函数等,这些功能可以根据不同的需求进行裁减。可以说,μC/OS-II是一个具备现代操作系统特点的RTOS,同时它结构清晰、注解详尽,具有良好的可扩展性和可移植性,被广泛地应用于各种架构的微处理器上。 -μC/OS-II version 2.0 kernel over a preemptive real-time multi-task scheduling f
Ucos-Str710tftDisp
- ucos在str710微处理器的软件的移植,包括启动文件,UCGUI,配置文件等。是学习STR710,UCOS移植的重要资料。-ucos in transplant str710 microprocessor software, including startup files, UCGUI configuration file. STR710, UCOS transplantation study.
ziliao
- RM是目前嵌入式领域应用最广泛的RISC微处理器结构,以其低成本、低功耗、高性能等优点占据了嵌入式系统应用领域的领先地位。-RM is currently the most widely used field of embedded RISC microprocessor architecture, occupied with its advantages of low-cost, low-power, high-performance leader in the field of embedd
UCOSII-Transplantion
- uCOS-II在三星2410ARM微处理器上的移植及编译,包括简单文档及源码。-uCOS-II transplantation and compiled on the Samsung 2410ARM microprocessor, including simple documentation and source code.
ARM_UCOS
- 嵌入式系统设计与实例开发----基于ARM微处理器与uc/os-II实时操作系统-The design and development of embedded systems---- based on the ARM microprocessor uc/os-II real-time operating system
