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

Question on RTX51Tiny os_wait

What would happen if you have an os_wait or os_wait2 call with an interval of X milliseconds, such as

while {TRUE) {
os_wait2(K_IVL, X);
//do some stuff
}

and the "stuff" takes more than X ticks?

Parents
  • Thanks for the ideas, Andy. I've added a link to the Events page and added a little more description there of the effects of Interval in such a case.

    One problem with these online manuals is that there is no way to search just a single manual - it's all or nothing!

    This is already on the list of new features for the web site.

    Jon

Reply
  • Thanks for the ideas, Andy. I've added a link to the Events page and added a little more description there of the effects of Interval in such a case.

    One problem with these online manuals is that there is no way to search just a single manual - it's all or nothing!

    This is already on the list of new features for the web site.

    Jon

Children
No data