Please enable JavaScript to view this site.

winIDEA Help

Version: 9.21.242

Tasks

The MQX Task List view displays detailed information about all available tasks parameters. Each row represents one task with multiple task parameters. Currently running task is highlighted. Double click on entry will show location of the function.

The MQX Task List view menu provides icons to open all additional views (semaphores, queues, timers,…).
 

RTOS-mqx-tasks

 

 

The functionality of each listed task parameter is described inside the following table:

Parameter name

Description

Name

The task name.

ID

Assigned task identification number.

Entry

Pointer to the root function for the task. When MQX creates the task, the task begins running at this address.

Stack usage

Indicates how much task stack is used.

Stack size

Size of the task stack.

Priority

Software priority of the task

Attribute

Attributes of tasks that MQX creates from the template

Creation Parameter

Passed to tasks that MQX creates from the template

Default time slice

If the task uses round robin scheduling and the field is non-zero, MQX uses the value as the task’s time slice value. If the task uses round robin scheduling and the field is 0, MQX uses the default time slice value.

State

State of the task (ready or blocked)

Error

Task error

 

Copyright © 2024 TASKING Germany GmbH