This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

proplem with os_dly_wait

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..

Parents
  • 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.

Reply
  • 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.

Children
No data