[uCOS] uCOS II system startup and clock
All ideas come from this blog: [chuangkehai] [operating system principle and embedded UCOS-II teaching video collection] [one week series] And µ C/OS-II tutorials
Analysis of startup process of UCOS II system
In embedded system, startup is divided into hardware startup and software startup. For example, there are many ARM cores.
Har ...
Posted by Jean-Yves on Sat, 05 Mar 2022 08:15:00 +0100
UCOS III learning record - time base list
Reference content: Chapter 13 of [wildfire] uCOS-III Kernel Implementation and application development Practical Guide - based on STM32.
1 data type definition and macro definition
1.1 time base list related macro definitions and global variables (os_cfg_app. H / C & OS. H)
In os_cfg_app.h, the macro defines the size of the time base ...
Posted by austar on Fri, 11 Feb 2022 13:05:36 +0100