• What's the difference between os_itv_wait and os_dly_wait?
    Hello I'm a newer to RL-ARM and I found that there're two wait function os_itv_wait and os_dly_wait in RL-ARM. Who can tell me what's the difference between them? For example is it possible to replace...
  • os_dly_wait
    Hi I am using the RTL RTX from Keil Version 3.01 in an LC2214 Has anyone had any problems with "os_dly_wait" running longer than the time interval set. We are running a base load task...
  • 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...
  • os_dly_wait Locks up RTX OS
    When a high priority task performs an os_dly_wait for 1 tick followed by a low priority task performing an os_dly_wait (one tick also) all tasks stop running and the ARM eventually executes a watchdog...