• 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...
  • Potential issue with os_dly_wait
    My application runs on an NXP LPC2468 microcontroller and contains around 30 tasks, running on KEIL RTX configured in fully pre-empted mode (no round robin). Each task has a unique priority and basically...
  • 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...