搜索资源列表
shiyanyonglichengxu
- 运行在ucos下的实验用例程序,是我们老师精心设计的,它是运行lamda编译器下,好东西啊
ADS200904_28
- 基于UCOS-II和ARM7的波形采集和显示的设计实验,在ARM7的LCD上显示。-Based on UCOS-II and the ARM7 waveform acquisition and display of the design experiment, in the LCD display ARM7.
beihang_emb_edu
- 北航的嵌入式开发课件, 包括32位微处理器与实时系统、硬件基础、ARM7体系结构及指令集、嵌入式系统设计方法、uCOSII的移植,以及实验方法等;-Beihang embedded development courseware, including 32-bit microprocessors and real-time systems, hardware-based, ARM7 architecture and instruction set, embedded system design m
s2410ucosiiyinpin
- 基于s2410平台的ucos-ii音频实验,可以参考此框架,进行更完美的设计。-S2410-based audio platform ucos-ii experiment, can refer to this framework, the more perfect the design.
ARM_Serial-Experiments
- 嵌入式系统设计实验,ARM串口实验,ADS开发环境-Design experiments embedded systems, ARM Serial Experiments,ADS development environment
ucos2gui
- 这个是原子stm32实验板的程序,其主要内容是关于ucos2的gui设计-This is the atomic program of the stm32 experimental board, its main content gui design about ucos2 the
实验 6 消息邮箱通信设计
- (1)创建两个任务,任务 1 不断循环发送字符 A~Z,通过邮箱的方式传递数据给任务 2,任务2 将从任务 1 收到的数据通过显示器显示输出。提示:定义 StrMbox 邮箱用来传递消息。 (2)设计 Task1、Task2、Task_Start 三个任务,Task_Start 负责创建 Task1 和 Task2 任务并创建邮箱 StrMbox。Task1 任务负责从键盘接收字符串(exit 结束),并把字符串发送至邮箱 StrMbox,Task2 负责从邮箱接收字符串并输出到显示器。要求用