Liangxu Linux
Nov 26, 2024 · Fundamentals
What Does the CPU Do When an RTOS Has No Ready Tasks?
When an RTOS has no runnable tasks and all tasks are delayed or waiting for events, the CPU does not stay idle but executes the system's idle task or thread, which may simply loop forever unless the developer adds custom work.
FreeRTOSIdle TaskRTOS
0 likes · 4 min read
