• Problem with os_dly_wait() and ULINK
    Using ARTX Version 2.02 in our project we have the following problem: We use the os_dly_wait()-function in two different tasks. Running our ULINK to debug the code and stepping through the source...
  • Problem with os_dly_wait() and ULINK
    Using ARTX Version 2.02 in our project we have the following problem: We use the os_dly_wait()-function in two different tasks. Running our ULINK to debug the code and stepping through the source...
  • os_evt_wait_* with timeout and os_dly_wait possible in one task?
    Hello, I learned from http://www.keil.com/support/docs/3008.htm : a) It is not possible to mix the wait method os_itv_wait() and os_dly_wait(). b) It is possible to mix os_evt_wait_or(0x0001,...
  • os_evt_wait_* with timeout and os_dly_wait possible in one task?
    Hello, I learned from http://www.keil.com/support/docs/3008.htm : a) It is not possible to mix the wait method os_itv_wait() and os_dly_wait(). b) It is possible to mix os_evt_wait_or(0x0001,...
  • 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..