文件名称:uCOS-II_LPC2000
介绍说明--下载内容均来自于网络,请自行研究使用
pc.c是移植于μCOS-II的PC服务代码(pc.c) 主要改动: 1、#include \"includes.h\"改为\"config.h\" 2、在屏幕上显示改为向UART0发送数据,在电脑上显示,影响的函数: PC_DispChar()、PC_DispClrCol()、PC_DispClrRow()、PC_DispClrScr()和PC_DispStr() 3、获取键值改为从UART0获取,影响的函数:PC_GetKey() 4、因为没有dos环境所作的修改,影响的函数: PC_DOSReturn()、PC_DOSSaveReturn()、PC_SetTickRate()(删除)、PC_VectGet()(删除)和 PC_VectSet(删除)。 5、因为定时器不同所作的修改,影响的函数: PC_ElapsedStart()和PC_ElapsedStop()。 6、因为实时时钟不同所作的修改,影响的函数:PC_GetDateTime()。-pc.c is transplanted COS-II PC service code (pc.c) major changes : 1, # include "includes.h" with "config.h" two, displayed on the screen changed to UART0 send data on the computer, the function : PC_DispChar (), PC_DispClrCol (), PC_DispClrRow (), PC_DispClrScr (), and PC_DispStr () 3, access keys to read from UART0 acquisition, the function : PC_GetKey () 4 because no dos environment changes, it will affect the function : PC_DOSReturn (), PC_DOSSaveReturn (), PC_SetTickRate () (deleted), PC_VectGet () (deleted) and PC_VectSet (deleted). 5, because the timer made different changes, it will affect the function : PC_ElapsedStart (), and PC_ElapsedStop (). 6, because of different real-time clock's revision, the function : PC_GetDateTime ().
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 81584ucos-ii_lpc2000.rar 列表 uCOS-II_LPC2000\readme.txt uCOS-II_LPC2000\Arm_Pc\PC.C uCOS-II_LPC2000\Arm_Pc\PC.H uCOS-II_LPC2000\Arm_Pc\README.txt uCOS-II_LPC2000\Arm_Pc uCOS-II_LPC2000\arm\Os_cpu_c.c uCOS-II_LPC2000\arm\OS_CPU.H uCOS-II_LPC2000\arm\Os_cpu_a.s uCOS-II_LPC2000\arm uCOS-II_LPC2000