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