This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

sysbios: what is difference between timer and periodic task

Other Parts Discussed in Thread: SYSBIOS

I have code that uses periodic task.To syncronise different event called by that task, semaphores are used. Now I have to use sysbios timer instead of that Periodic task, then what modification i need to considered??

semaphores are still required in timer?

I am confused between periodic task functionality and Timer module so please explain me....

Thanks & Regards

Newbee