• 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(;;...
  • Periodic User Timers in RTX:
    Hi Keil, RTX rtos supports only one shot user timer but is there any way that we can make the timer periodic? If not can we implement periodicity with existing rtx timer data structure?. Please help...
  • 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
  • RTX timer tick rate
    Hello, I was wondering if any of you uses RTX with a tick rate faster than 10 milliseconds. Franc Urbanc, RTX's author, recommends this setting but I am not sure why - a context switch overhead of...