• 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 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 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 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 application link process wants RTX51.LIB!
    Hi all, I'm using RTX51-TINY in my application. I included rtx51tny.h in the files, and tried to link them with BL51 as follows: bl51 module1.obj, module2.obj, module3.obj rtx51tiny However...