• user timer
    Hello, the user timers that you can make with RTX are limited to U16, can this be extended to U32 by for example change te kernel code? This by changing function os_tmr_create () and os_tmr_tick...
  • user timer
    Hello, the user timers that you can make with RTX are limited to U16, can this be extended to U32 by for example change te kernel code? This by changing function os_tmr_create () and os_tmr_tick...
  • 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
  • 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...