• Problem with RTX timer
    Hi All, The Software is configured for 10ms system timer(RTX System time), We have configured the watchdog. Problem: The system will be runing fine for 1 hour and restart the system(if watchdog...
  • 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...
  • Reloading RTX User Timer
    What is the supposed way to re-start a user timer if it has expired and the os_tmr_call has been called, since calling os_tmr_create is not allowed from within os_tmr_call? Thanks in advance.
  • RTX Kernel user timers
    I know till now periodic user timer are not possible in the RTX kernel. is there a plan to implement this feature in future ? rgds, mario