Hi I am beginning to evaluate the feasibility of intergrating a RTOS (RTX-FULL) into my 166 applications. Does any one know exactly what's meant by a "clock task" mentioned in both the configuration .H file? The manual did not clearly define this item. Thanks for your help, Larry
Larry, The clock task is usually responsible for working out what tasks are ready to run (expired tasks delays) or to give tasks processor time (round-robin). Richard