We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.