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