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

RTXTNY51: Tasks not running

I have 3 tasks I am trying to get running. I have the initial task (0) which runs and calls os_create_task for task 1 and 2. If I leave a while(1) loop in task 0, it runs as I expect, however, the other tasks don't run at all. I have an os_wait(K_TMO, 100, 0) in all three tasks. If I delete and exit task 0, nothing runs.

I have read the other posts about this topic, but they did not help me resolve my problem.

Any help is appreciated.

Thanks.

0