• 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...
  • os_dly_wait issue
    I have an ARM 9 (STR91x micro) program using os_dly_wait(1) for a 1 tick delay (10ms). However,the delay is about 3ms. I know that on some RTOS a delay of 1 tick delays for the remainder of the tick...
  • proplem with os_dly_wait
    hi, I am using ARTX for ARM7.From one task I called os_dly_wait for 10ms but after 10ms the control comes to the same task even if the tasks waiting time is 500ms please help me..
  • 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...