文件名称:uCOSIIinLPC210X
介绍说明--下载内容均来自于网络,请自行研究使用
关于 uC/OS-II 在 LPC210X 上移植的说明
1. 全部代码在 ADS1.2 中编译调试.
2. 您可以更改 RO BASE 为 0x0000 0000, 这样可以将代码写入 flash 中运行.
5. 全部代码采用 ARM 指令.
6. uC/OS-II 版本为 V2.52.
7. 当您暂停程序的时候, 如果定时器开着, 那么定时器并不会暂停,需要注意
8. Vectors.S 文件中的 startup 段为程序入口.
9. 编译时下面的警告不必理会.
Warning : C2871W: static OS_InitTaskStat declared but not used
OS_CORE.C line 1108
10. 如果您想通过软件仿真,请将 PLL.C 中的第 51 行屏蔽, 怎样就可以看到任务逐个切换,最后将进入空闲任务.
11. 此次移植将许多 uC/OS-II 的功能函数都关闭了,请查看 OS_CFG.H 文件.-on Phone / OS-II in the MCU on the note a transplant. All the code in degenerate. 2 compiler debugging. 2. You can change to the RO BASE 0x0000 0000, This code can be written into the flash run. 5. all code using ARM instructions. 6. uC/OS- II Version V2.52. 7. When you suspend the procedures, if the timer drive, then the timer will not be suspended need to 8. Vectors.S document of the startup procedures for entrance. 9. The following was compiled to disregard the warning. Warning : C2871W : static OS_InitTaskStat declared but not used O S_CORE.C line 1108 10. If you want to use software simulation, I would be grateful if PLL.C the first 51 firms shielding, you can see how each task switching, Finally, enter idle task. 11. This transplant of many embedded / OS-II functional functions are c
1. 全部代码在 ADS1.2 中编译调试.
2. 您可以更改 RO BASE 为 0x0000 0000, 这样可以将代码写入 flash 中运行.
5. 全部代码采用 ARM 指令.
6. uC/OS-II 版本为 V2.52.
7. 当您暂停程序的时候, 如果定时器开着, 那么定时器并不会暂停,需要注意
8. Vectors.S 文件中的 startup 段为程序入口.
9. 编译时下面的警告不必理会.
Warning : C2871W: static OS_InitTaskStat declared but not used
OS_CORE.C line 1108
10. 如果您想通过软件仿真,请将 PLL.C 中的第 51 行屏蔽, 怎样就可以看到任务逐个切换,最后将进入空闲任务.
11. 此次移植将许多 uC/OS-II 的功能函数都关闭了,请查看 OS_CFG.H 文件.-on Phone / OS-II in the MCU on the note a transplant. All the code in degenerate. 2 compiler debugging. 2. You can change to the RO BASE 0x0000 0000, This code can be written into the flash run. 5. all code using ARM instructions. 6. uC/OS- II Version V2.52. 7. When you suspend the procedures, if the timer drive, then the timer will not be suspended need to 8. Vectors.S document of the startup procedures for entrance. 9. The following was compiled to disregard the warning. Warning : C2871W : static OS_InitTaskStat declared but not used O S_CORE.C line 1108 10. If you want to use software simulation, I would be grateful if PLL.C the first 51 firms shielding, you can see how each task switching, Finally, enter idle task. 11. This transplant of many embedded / OS-II functional functions are c
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 45665999ucosiiinlpc210x.rar 列表 UCOS移植\uCOSII\OS\OS_CORE.C UCOS移植\uCOSII\OS\OS_FLAG.C UCOS移植\uCOSII\OS\OS_MBOX.C UCOS移植\uCOSII\OS\OS_MEM.C UCOS移植\uCOSII\OS\OS_MUTEX.C UCOS移植\uCOSII\OS\OS_Q.C UCOS移植\uCOSII\OS\OS_SEM.C UCOS移植\uCOSII\OS\OS_TASK.C UCOS移植\uCOSII\OS\OS_TIME.C UCOS移植\uCOSII\OS\uCOS_II.C UCOS移植\uCOSII\OS\uCOS_II.H UCOS移植\uCOSII\LPC210X\OS_CPU.H UCOS移植\uCOSII\LPC210X\OS_CPU_A.S UCOS移植\uCOSII\LPC210X\OS_CPU_C.C UCOS移植\Task\Includes.h UCOS移植\Task\MAIN.C UCOS移植\Task\OS_CFG.H UCOS移植\Task\sysCLK.h UCOS移植\Task\Task.mcp UCOS移植\Task\Task_Data\CWSettingsWindows.stg UCOS移植\Task\Task_Data\DebugRel\TargetDataWindows.tdt UCOS移植\Task\Task_Data\DebugRel\Task.axf UCOS移植\Task\Task_Data\DebugRel\ObjectCode\DefIRQ.o UCOS移植\Task\Task_Data\DebugRel\ObjectCode\FIQ.o UCOS移植\Task\Task_Data\DebugRel\ObjectCode\MAIN.o UCOS移植\Task\Task_Data\DebugRel\ObjectCode\OSTickISR.o UCOS移植\Task\Task_Data\DebugRel\ObjectCode\OS_CORE.o UCOS移植\Task\Task_Data\DebugRel\ObjectCode\OS_CPU_A.o UCOS移植\Task\Task_Data\DebugRel\ObjectCode\OS_CPU_C.o UCOS移植\Task\Task_Data\DebugRel\ObjectCode\OS_FLAG.o UCOS移植\Task\Task_Data\DebugRel\ObjectCode\OS_MBOX.o UCOS移植\Task\Task_Data\DebugRel\ObjectCode\OS_MEM.o UCOS移植\Task\Task_Data\DebugRel\ObjectCode\OS_MUTEX.o UCOS移植\Task\Task_Data\DebugRel\ObjectCode\OS_Q.o UCOS移植\Task\Task_Data\DebugRel\ObjectCode\OS_SEM.o UCOS移植\Task\Task_Data\DebugRel\ObjectCode\OS_TASK.o UCOS移植\Task\Task_Data\DebugRel\ObjectCode\OS_TIME.o UCOS移植\Task\Task_Data\DebugRel\ObjectCode\PLL.o UCOS移植\Task\Task_Data\DebugRel\ObjectCode\StackInit.o UCOS移植\Task\Task_Data\DebugRel\ObjectCode\SWI.o UCOS移植\Task\Task_Data\DebugRel\ObjectCode\SWIISR.o UCOS移植\Task\Task_Data\DebugRel\ObjectCode\SysClkInit.o UCOS移植\Task\Task_Data\DebugRel\ObjectCode\Vectors.o UCOS移植\Task\Task_Data\DebugRel\Task.hex UCOS移植\Task\Interrupt\DefIRQ.C UCOS移植\Task\Interrupt\FIQ.C UCOS移植\Task\Interrupt\OSTickISR.C UCOS移植\Task\Interrupt\SWI.C UCOS移植\LPC210X\LPC210X.H UCOS移植\LPC210X\LPC210X.INC UCOS移植\LPC210X\PLL.C UCOS移植\LPC210X\StackInit.S UCOS移植\LPC210X\SWIISR.S UCOS移植\LPC210X\SysClkInit.C UCOS移植\LPC210X\Vectors.s UCOS移植\Includes\Define.H UCOS移植\Includes\Function.H UCOS移植\Task\Task_Data\DebugRel\ObjectCode UCOS移植\Task\Task_Data\Release UCOS移植\Task\Task_Data\DebugRel UCOS移植\Task\Task_Data\Debug UCOS移植\uCOSII\OS UCOS移植\uCOSII\LPC210X UCOS移植\Task\Task_Data UCOS移植\Task\Interrupt UCOS移植\uCOSII UCOS移植\Task UCOS移植\LPC210X UCOS移植\Includes UCOS移植