• 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
  • user timer problem
    hi, I am using lpc2294, ARTX, 12MhzXTALx5=60Mhz timer tick occurs every 10ms ...no problem with that. os_dly_wait works fine. But my user timer never timeouts forexample: os_tmr_create(100...
  • 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.
  • MDK-RL User Timer.
    Dear All I face problem in using the User timer of RL-ARM. We are using maximum 10 timers but concurrently 5. One of timers not getting called back suddenly. On investication the same timer ID...