• 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...
  • 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...
  • os_dly_wait irregular timings
    Hi, I have 3 tasks which need to be periodically executed at 1min, 2min and 4min respectively. I cannot use the os_itv_wait because the task internally use os_dly_wait. So at the end of each task i...
  • 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..
  • os_dly_wait irregular timings
    Hi, I have 3 tasks which need to be periodically executed at 1min, 2min and 4min respectively. I cannot use the os_itv_wait because the task internally use os_dly_wait. So at the end of each task i...