搜索资源列表
Hello_World_OperatingSystem
- 写了一个很简单的内核!只是在屏幕上打印“hello,world”但分析此代码,可详细了解系统的引导过程,以及可以编写UCOS的系统引导程序-was a very simple core! Only on the screen print "hello, world" but this code analysis, a detailed understanding of the system can guide the process and be prepared to gu
AD574keilC
- AD574keilC程序实像AD转换,用C编写的程序-AD574keilC process does as AD conversion, C preparation procedures
flashduxie
- 自己编写的flash烧写程序工程,希望能够对大家有所帮助,可以设定烧写的位置,并能够进行坏块检验-their burning flash prepared by the procedure works, we hope to be able to help, You can set the location of burning, and can block bad for inspection
uCOS-II_lwip-1-19
- 基于UC/OS 2+LWIP的源码,内含有2个任务的调度,每个任务包含一个亮灯程序,基于AT91SAM7X256的ARM芯片开发,在ADS1.2环境下编写。-on UC / OS 2 LWIP source code, containing two task scheduling, Each task includes a light-up procedures based on the ARM chip AT91SAM7X256 development, ADS1.2 environment
s3c44b0xianshiping
- 本程序用于演示LCD的驱动和编程方法 其中包括初始化设置、坐标位置、色彩选定、作图方法等。 运行此程序时,LCD上将显示数个实心圆 如果是彩屏,那么共有8个两两相邻的实心圆,它们的颜色不停的变化,直到256种色彩显示完毕。 其中每个圆的颜色和它的外切正方形的颜色相反,也就是它们的和为256。 实验者可以模仿本程序,编写更多的图形函数。 新的lcd演示程序中加入了灰度屏,(16级),注意lcdtype等于16。-the procedures for
ucGUI_Programmer_Reference_Manual
- 现在ucGUI在嵌入式上面使用得越来越广泛,提供翻译的中文版的编程手册,方便大家进行程序编写。-now embedded in the above ucGUI increasingly widespread use, provide translation of the Chinese version of the manual programming to facilitate the procedures for the preparation.
EmbeddedGUI_Demo
- 这是一个\"微型嵌入式 GUI\" 的演示程序,可展示 GUI 功能,也支持滑鼠与键盘,其 GUI 核心 可于 Linux, DOS 16/32 Bit, uC/OS-II及Windows 等平台工作,支持常用控件有:MAINWINDOW主 窗口,DLGWINDOW对话框窗口,BUTTON按钮,MAINMENU下拉式菜单,POPMENU弹出式菜单,HSCROLLBAR 横向滚动条,VSCROLLBAR竖向滚动条,TEXTBOX单行文本编辑框,EDITBOX多行文本编辑框,
ucgui编写的虚拟键盘的程序
- ucgui编写的虚拟键盘的程序,有源码和exe文件
UCOS_MSP430
- 开发环境:IAR3.10 本程序成功将ucos2移植到MSP430F149上,调试通过。 将所有C文件包含到工程中,编译通过。 应用程序:app.c 主要为了测试,编写了两个任务,分别为P1.0延时10个时钟节拍反向,P1.1延时20个时钟节拍反向,在MSP430上测试成功
ucos-ii_44b0
- 该代码为uC/OS-II在ARM处理器上的移植代码,同时还包括在ARM开发板上编写基于uC/OS-II简单的多任务应用程序
MAIN
- ARMSYS实验六:外部中断应用测试 描述:编写中断处理程序
WindowsAPI函数存储管理
- 这是一个用API函数编写的操作系统的内存管理的程序的实现-This is a preparation using API functions of the operating system memory management procedures for the realization of
uCOSDSP下开发程序
- ucos在2812下的移植程序,并编写了带硬件实现中断的ucos下的代码,并进行测试的源代码,
modbus.rar
- C编写的Modbus协议栈,主站程序主要有串口定义和CRC校验,虚拟仪表接收端,C prepared Modbus protocol stack, the main stations mainly in the definition and CRC checksum serial, virtual instrument receiver
Stm32_ucos_2-3
- 在IAR环境中编写程序实现以下功能: 1、设计一个应用程序Mytask; 2、在任务中调用OSTimeGet()获得系统时钟节拍数OSTime,并将其显示在第一组数码管上; 3、当任务运行10s时,调用OSTimeSet()将OSTime设置为10,并显示在第二组数码管上。-Write a program in the IAR environment to achieve the following functions: 1, designing an application Myt
Stm32_ucos_2-1
- 在IAR环境中编写程序实现以下功能: 1、在第一组数码管上显示任务的运行次数; 2、调用钩子函数OSTimeTickHook()在第二组数码管上显示系统在没发生500次时钟中断期间,调度器进行任务调度的次数。-Write a program in the IAR environment to achieve the following functions: 1, in the first group of digital number displayed on the task of r
ARM9_lcd
- ARM+uCOS+7寸LCD显示器,可作为编写基于uCOS的液晶驱动的参考程序-ARM+ uCOS+7 inch LCD monitor can be used as the preparation of liquid crystal driven uCOS-based reference program
Stm32_ucos_2-2
- 在IAR环境中编写程序实现以下功能: 1、设计3个任务的应用程序,三个任务分别是Mytask、Youtask、Intertask; 2、在第一组数码管上显示任务Mytask的运行次数,在第二组数码管上显示任务Youtask的运行次数; 3、任务Intertask是在时钟节拍中断服务程序中用钩子函数OSTimeTickHook()中断1000次时使用一个信号变量Interkey激活的; 4、用蜂蜜器响一小段时间表示“运行了中断要求运行的任务Intertask”。-Write a p
a1
- 用ucos2编写程序代码并移植到arm7控制led灯循环点亮-ucos2 transplanted to arm7 control led lights
stm32H7-freertos程序模板
- stm32H7的freertos例程,可参考学习如何编写操作系统的程序。