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

Using os_dly_wait on functions

Hello, I would like to know what is the effect of using os_dly_wait function inside a function, instead of a task. How it works regarding the tasks priority order, since function doesn't have any defined priority.

  • inside a function, instead of a task.

    So, are you using the RTX or not? If you are, then that function doesn't just exist on its own. It will be called by something else, and that something else is likely to be another function.

    What is a task? I think we can leave you to find that out; and from that, you should have no difficulty in understanding what is happening.