Hello/
I used KSDK 3 and MQX 1.2.
And i need question.
how to enter the task into a standby (Idle) mode?
Solved! Go to Solution.
Hi
I think you can try the _task_block function, this function removes the active task from the task's ready queue and sets the BLOCKED bit in the STATE field of the task descriptor. The task does not run again until another task explicitly makes it ready with _task_ready()
Regards
Daniel
Hi
I think you can try the _task_block function, this function removes the active task from the task's ready queue and sets the BLOCKED bit in the STATE field of the task descriptor. The task does not run again until another task explicitly makes it ready with _task_ready()
Regards
Daniel