文件名称:uCOS-IIsorcelearning
介绍说明--下载内容均来自于网络,请自行研究使用
uC/OS-II源码分析(总体思路 一)
首先从main函数开始,下面是uC/OS-II main函数的大致流程:
main() {
OSInit()
TaskCreate(...)
OSStart() }
首先是调用OSInit进行初始化,然后使用TaskCreate创建几个进程/Task,最后调用OSStart,操作系统就开始运行了。-uC/OS-II source code analysis (general idea of a) First, start from the main function, the following is uC/OS-II main function of the general process: main () {OSInit () TaskCreate (...) OSStart () The first is to call OSInit} initialized, and then use TaskCreate create several processes/Task, the last call OSStart, the operating system starts running.
首先从main函数开始,下面是uC/OS-II main函数的大致流程:
main() {
OSInit()
TaskCreate(...)
OSStart() }
首先是调用OSInit进行初始化,然后使用TaskCreate创建几个进程/Task,最后调用OSStart,操作系统就开始运行了。-uC/OS-II source code analysis (general idea of a) First, start from the main function, the following is uC/OS-II main function of the general process: main () {OSInit () TaskCreate (...) OSStart () The first is to call OSInit} initialized, and then use TaskCreate create several processes/Task, the last call OSStart, the operating system starts running.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
uCOS-II源码详解.docx