Introduction - If you have any usage issues, please Google them yourself
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 ().
Packet : 81584ucos-ii_lpc2000.rar filelist
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