• Problem with os_dly_wait() and printf()
    Hello, I'm using LPC2119 microcontroller and RV30 with RTX and ran into several problems. 1) If I use printf(...) inside tasks and use os_dly_wait(...) then as soon as context switching occurs...
  • Problem with os_dly_wait() and printf()
    Hello, I'm using LPC2119 microcontroller and RV30 with RTX and ran into several problems. 1) If I use printf(...) inside tasks and use os_dly_wait(...) then as soon as context switching occurs...
  • 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..