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

The exact meaning of "thread count" in thread configuration

The RTX RTOS provides users a configuration UI to configure RTOS parameters.
In the configuration UI, there is a item called "Number of concurrent user threads" under "Thread configuration".

What does this item mean ? The keil explains that it means:

Indicates the maximum number of threads that will run at the same time (including main).

Does it count timer and idle thread ?

thanks.