Introduction - If you have any usage issues, please Google them yourself
lpc2000 series of ARM transplant source code. is pc.c transplantation in μCOS-II PC Service Code (pc.c) main changes: 1,# include " includes.h" changed to " config.h" 2, displayed on the screen changed to send data to UART0 displayed on the computer affect the function: PC_DispChar (), PC_DispClrCol (), PC_DispClrRow (), PC_DispClrScr () and the PC_DispStr (), to obtain key obtained from UART0 instead affect the function: PC_GetKey () 4, because there is no dos environment changes made affect the function: PC_DOSReturn () PC_DOSSaveReturn (), PC_SetTickRate () (deleted) PC_VectGet () (deleted) and the PC_VectSet (deleted). 5, because the timer changes made affect the function: PC_ElapsedStart () and PC_ElapsedStop (). 6, the changes made to the real-time clock, a function of the impact: PC_GetDateTime ().