• Questions about timer0 with rtx51 tiny
    Hello all, I have a question about Timer0 when using rtx51 rtos. Is this timer shut off when not using round robin mode. I am working with a multitasking program that uses event driven switching...
  • Questions about timer0 with rtx51 tiny
    Hello all, I have a question about Timer0 when using rtx51 rtos. Is this timer shut off when not using round robin mode. I am working with a multitasking program that uses event driven switching...
  • RTX51 Tiny question
    I plan to use Winbond's W78LE516 at 20MHz and to estimate whether I can use use one of RTX51 tiny task to sampling IR input which smallest sampling interval is 0.56ms. The data I have - One tick...
  • RTX51 Tiny question
    I plan to use Winbond's W78LE516 at 20MHz and to estimate whether I can use use one of RTX51 tiny task to sampling IR input which smallest sampling interval is 0.56ms. The data I have - One tick...
  • RTX51-Tiny: os_wait2(..) return question
    If I call os_wait2(..) as listed in the example below, and if subsequently another task signals MyTask() AND it times out, what will the return value be? The manual states the return value will be a manifest...