搜索资源列表
smallrtos动态堆栈
- small rtos for avr small rtos 使用了动态堆栈 想无需任何改动就可以编译这个程序,就必须安装winavr20050214和uv2,先点击uv2的工程文件打开这个工程然后在Tools---->Customize Tools Menu...嵌入gcc编译命令make all和make clean即可立即编译。编译后可以使用avr studio进行代码级仿真-small Byelorussian for avr small Byelorussian use o
skyeye-v0.2.6
- lwip在ucos上的移植,使用skyeye仿真ARM7平台。版本为ucosii for skyeye 1.8.4。对于在ucos上实现比较完整的轻量级TCP/IP协议栈,具有很好的参考价值。-lwip in the transplant, the use of ARM7 skyeye simulation platform. Version 1.8.4 ucosii for skyeye. CHANGING in achieving a more comprehensive lightweig
M430OS_V1.2020060418
- 说明: 此演示程序包含六个任务: softclock 软时钟任务 task1 向端口2的每个管脚输出方波的任务 task2 向端口3的每个管脚输出方波的任务 task3 向端口4的每个管脚输出方波的任务 task4 向端口5的每个管脚输出方波的任务 taskled 点亮P1.0上指示灯的任务 6个任务,加上M430/OS的空闲任务,共7个任务,系统开辟了6块堆栈,空闲任务使用main程序的堆栈,空闲任务不保存现场。每块堆栈的大小可以不
xltExlt2
- 这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Selec
zlIP_51
- 51单片机+rtl8019的tcp/ip协议栈,仿真环境proteus.-51 microcontroller rtl8019 the tcp / ip protocol stack, simulation environment proteus.
LPC2200_experiment_AIN0+disp+led
- 在MagicARM2200实验箱上实现的模拟温度报警实验。通过采集实验箱上W1的电压信号,将测量结果转换后通过数码管显示当前值,当测得的结果超过上限或下限时,实现8栈LED灯的闪烁报警。-MagicARM2200 experiment in the realization of the simulation box on the experimental temperature alarm. Experimental box through the acquisition of the volt
P89V51
- 这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. (2)编译时会有5个警告,其中一个是因为没有使用一个系统函数OSSendSignal引起,它可以忽略.另4个是禁止任务间变量覆盖分析引起,必须忽略.感谢网友John X. Liu,在这个例子中我使用了他编写的
stack-processer
- 本系统设计的是一个堆栈处理器,该系统可以实现基本的堆栈功能,即先入后出;并且能实现8位数据的基本运算,附有波形仿真分析和系统缺陷性分析。-The system can realize the basic stack functions, namely, after first-out 8-bit data and can achieve the basic operations, with a waveform simulation and analysis of system defects
EasyKernel(uCOS)_Myself_RaD
- 一个自己独立开发的模拟任务切换的简易内核,采用动态私有任务栈,时间片轮询模式用户还可自行添加新的线程;经过测试,没有问题。适用于Arm7内核的各款芯片-Simple kernel of an independently developed simulation task switching, dynamic private task stack, the time slice polling mode, users can also add their own new thread teste