• 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,...
  • Are the tiny task scheduler preemptive?
    "RL-TCPnet is designed as a stand alone TCP/IP Operating System. This means it does not need any external RTOS or File System to run. It has an integrated tiny task scheduler that manages timeouts, events...
  • Are the tiny task scheduler preemptive?
    "RL-TCPnet is designed as a stand alone TCP/IP Operating System. This means it does not need any external RTOS or File System to run. It has an integrated tiny task scheduler that manages timeouts, events...
  • how to prioritize a task in round robin scheduling in KEIL-RTX RTOS environment
    I am using KEIL-RTX RTOS for cortex-m3 board.There are many tasks of same priority & Robin robin scheduling is enabled in my code.I need to prioritize a task but that is not supported in KEIL-RTX RTOS...