Reduce resource usage of an Idle task

Posted by S.M on Stack Overflow See other posts from Stack Overflow or by S.M
Published on 2010-06-13T04:30:46Z Indexed on 2010/06/13 4:32 UTC
Read the original article Hit count: 251

I find that in uC/OS-II RTOS, there is an idle task that gets executed when no other task is ready to run. If an idle task can consume resources, how can we reduce it ?

© Stack Overflow or respective owner

Related posts about multithreading

Related posts about real-time