• RTX51 Tiny new functions?
    Hi all, I'm working with RTX-51 tiny2. And when take a look in the RTX-51 tiny folder, I find some assembly files define funtions that aren't mentioned in the RTX-51 tiny manual. Those files are:...
  • 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 system function (os_wait)
    Hi. I've performed a 1 Hz incremental counter with RTX51 Tiny functions. I configured the parameter INT_CLOCK EQU 10000 at the Conf_tny.a51 file configuration, with a 12Mhz XTAL and then I did a task...
  • 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 and Multiple call to segment warning
    When I build the following program,I get a warning. *** WARNING L15: MULTIPLE CALL TO SEGMENT SEGMENT: ?PR?FUNC?H CALLER1: ?PR?TASK1?H CALLER2: ?PR?TASK2?H The configuration of RTX51-Tiny...