• RTX51 Tiny problem: os_wait1() return value is 0.
    Hi, all, I got a problem about os_wait1() function. When my task 1 used os_wait1(0) to sleep forever, I wish task 1 will wake up by other task using os_set_ready(1) . It really does. But sometimes...
  • 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...
  • RTX51 tiny
    When a task is stoped due to time out? Will it sart again from the beganing or from the last statment that it was executing??
  • RTX51 Tiny with Code Banking
    I am using RTX51-Tiny with Code banking function. Two banks are used and switched by PORT 1 bit 7. When I run my program on simulator, I found all PORT 1 bits are clear to zero except the bit 7. Banking...
  • RTX51 Tiny and Reentrancy
    What is the effect of an RTX Tiny context switch (via specifying a non-zero TIMESHARING value in Conf_tny.A51) on non-reentrant functions? I would assume that functions documented as reentrant will...