• 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 and interrupts
    I was wondering, when the os_wait(K_SIG,0,0) function is called, and no tasks are ready, can an inturrupt still occur? i am using an interrupt driven smbus routiene, the program locks whenever i let...
  • 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: 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...
  • RTX51 Tiny
    If a function called by one task is interrupted by Round-Robin or os_switch_task the auto variants in which fuction are saved or not? In the RTX51 Tiny User's Guide, you said: When a task switch occurs...