• RTX51 Tiny and function calls
    Hi all, The documentation for RTX51 Tiny says that "standart c51 functions must not be called simultaneously". The explanation is simple: standart functions uses fixed locations for parameters....
  • 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
    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 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...