Hi dude,
I have just now started working in ucos-II with MCB 2140 board.In that,i've delayed a task with OSTimeDlyHMSM(0,0,5,0).What is the problem was,the task is not at all re-executing after the timeout elapes,untill i call a function OSTimeDlyResume().
What am i missing sir?Whether ucos can execute a task after its waiting time elapses?