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
RTX has periodic timers and supports an unlimited number of user timers. What is it you are missing?
http://www.keil.com/arm/rl-arm/rtx_specs.asp
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
use a hardware timer, then.
View all questions in Keil forum