• 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...
  • os_wait for signal and timeout
    Hello all, My software is based RTX51-Full. Does someone has any idea how can I wait for a signal a X msec, but if I receive the signal in this period of time I'll still wait until the end of this X...
  • OS Tick & OS Clock for OS_ITV_SET() ticks
    I'm attempting to run a task delay timer of 1 second. By my calculation, this should be 100 ticks if my OS_TICK is set to 10ms (10000 us). However, it's off by a factor of .6. It's no coincidence that...
  • RTX51-full - os_wait for ever
    Hello all. Can anyone help me with the following one? My target is working under RTX51-full. I have an interrupt function (void mc12comm() interrupt 0 using 3) that calls other regular function, and...
  • bar or plus symbol for os_wait events?
    Hi folks The function reference page for RTX tiny os_wait() is slightly confusing. ( http://www.keil.com/support/man/docs/tr51/tr51_os_wait.htm ) It specifies using the bar operator to OR events...