• 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...
  • 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...
  • 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...