Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Unable to render {include} The included page could not be found.
Unable to render {include} The included page could not be found.

Internal Tasks

During initialization, µC/OS-III creates a minimum of two (2) internal tasks (OS_IdleTask() and OS_TickTask()) and, three (3) optional tasks (OS_StatTask(), OS_TmrTask() and OS_IntQTask()). The optional tasks are created based on the value of compile-time #defines found in os_cfg.h.

OS_CFG_STAT_TASK_EN enables OS_StatTask()

OS_CFG_TMR_EN enables OS_TmrTask()

OS_CFG_ISR_POST_DEFERRED_EN enables OS_IntQTask()

 

  • No labels