This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Only idle thread is running and timer thread is in blocked state

If my program I have 5 threads. I am using keil rtx5. when I run the program all thread got initialized but not running only Idle thread is running and timer thread is in block stage. But when I removed 1 thread then all 4 threads plus timer and Idle thread are running. what is may be the issue?