ucosii from 0 learns what is the critical zone
content validity
What is the critical zone? Why are three entry modes defined, but only the first mode can be found in the code?
We will discuss the feasibility of the three methods combined with the knowledge about the run-time stack of c language.
text
In the first empty ucosii project that can deceive the compiler, we are in os_cpu.h def ...
Added by Axeia on Fri, 18 Feb 2022 13:28:14 +0200
UCOS III learning record - ready list
Happy year of the tiger! I wish you greater progress next year!
Reference content: Chapter 11 of [wildfire] uCOS-III Kernel Implementation and application development Practical Guide - based on STM32.
1 definition of ready list and task control block (os.h)
1.1 task control block linked list OS_TCB
Before defining the ready list, modify ...
Added by Rocu on Wed, 02 Feb 2022 12:16:21 +0200