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