Hi Kenneth
You can get details about timer use here:
http://www.utasker.com/docs/uTasker/uTaskerTimers.PDFIt is possible to configure a task as a periodic task which will be scheduled at the defined period (in the task configuration table) or, using monostable timers, a task can periodically schedule itself. The second method is more flexible but the first is simplest for simple tasks which just need to perform something periodically (doesn't otherwise use timers etc.).
A periodic HW timer is used when high accuracy is required since it is executed from the HW timer interrupt routine.
Global HW timers are not recommended and are not supported in all projects. The other methods are usually adequate and are reliable.
Regards
Mark