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 have a problem with RTXfor example :
#include <rtl.h>
void task1 (void) __task { os_evt_wait_or 0x0001,0xFFFF ); Â'xxxxxx. os_dly_wait (200); // 2s .xxxxxx .xxxxxxx }
quesrtion : the task1 executen time is 2s or 2s plus the time of other comands? thanks
200 ticks + the time of other commands from the task (in this case os_evt_wait_or)