0
3.1kviews
Explain the operation and significance of following MicroCOS-II functions.(any three)

OSInit()

OSSemPend() & OSSemPost()

OSTaskCreate()

OSMBoxPost() & OSMBoxPend()

Mumbai University > Electronics Engineering > Sem 6 > Embedded System and RTOS

1 Answer
0
28views

a. OSInit():

  1. uC/OS-II requires OSInit() to be called before any other services.
  2. This function initializes the variables and data structures of uC/OS-II. OSInit() creates and idle task OS_TaskIdle() which is ready to run. The priority of this task is always set to OS_LOWEST_PRIO.
  3. If OS_TASK_EN is set and OS_TASK_CREATE_EXT are …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.