This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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

Parents
  • Hallo Per Westermark,
    User Timers are simple timer blocks that count down on every system timer tick. They are implemented as single shot timers. RTX deletes the timer when it expires. Then you have create the same timer again and so on ...

    I need a periodic, i want to create a timer a thread startup, in other word a timer which never expires.
    (perodic call a my callback function).
    Rgds,
    Mario

Reply
  • Hallo Per Westermark,
    User Timers are simple timer blocks that count down on every system timer tick. They are implemented as single shot timers. RTX deletes the timer when it expires. Then you have create the same timer again and so on ...

    I need a periodic, i want to create a timer a thread startup, in other word a timer which never expires.
    (perodic call a my callback function).
    Rgds,
    Mario

Children