• 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...
  • Interrupt question with RTX51 tiny
    Help me , thanks! I have two questions wish to get the answers. 1、 If a interrupt routine is so longer more than OS schedule period: what would be happend? could tasks run correctly? 2、 Whether...
  • 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??
  • Generating interrupts in RTX51 Tiny applications
    I am having problems generating serial port (RI and TI) interrupts in an application that I have. I have two functions being running with Round Robin disabled. Both functions send signals to each other...
  • 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...