hi, I am using ARTX for ARM7.From one task I called os_dly_wait for 10ms but after 10ms the control comes to the same task even if the tasks waiting time is 500ms please help me..
os_dly_wait() can swithes to the other task even low priority task, you can create 2 tasks, and set a breakpoint before calling os_dly_wait() and a in the another task, check if it can stops at the second breakpoint.