• RTX Timer Problem
    Hi, we have configured our main task to activate at every 10ms as shown below Number of concurrent tasks running 13 Timer tick interval: 10ms void task1(void) { os_itv_set(1); for(;;...
  • RTX Timer Problem
    Hi, We are enabling the system main task at every 10ms interval. but now we are facing the problem with enabling of the system task @10ms interval .. could you please any one help us How...
  • RTX Timer Problem
    Hi, We are enabling the system main task at every 10ms interval. but now we are facing the problem with enabling of the system task @10ms interval .. could you please any one help us How...
  • RTX Timer Problem
    Hi, we have configured our main task to activate at every 10ms as shown below Number of concurrent tasks running 13 Timer tick interval: 10ms void task1(void) { os_itv_set(1); for(;;...
  • isr_* functions on RTX with peripheral timers
    Hi there, Referring to this thread When does RTX (re)evaluate which thread to run next? , does the answer provided on the thread also applies if I have a peripheral timer (e.g. RITIMER) as system...