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