hi,
i m doing simple programs using RTX on LPC2148. I have created two tasks as task1 and task2. In taks1 i m printing one message on LCD and after that using os_dly_wait(20);function same thing i mdoing in task 2. Both task's are having same priority. so my problem is that both of them will exicute for once but after that idel taks will exicute forever but according to program task should exicute one and other but it is not happening