• 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...
  • 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 user timer life check
    Hi, In my software, I will create a user timer using tmr1 = os_tmr_create(500, 1); When the timer expires, I will trigger an alarm. If the conditions change, I want to cancel the alarm...
  • 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 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...