• 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 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....
  • Silabs 8051F12x, SFR Paging and RTX51 Tiny - call USER_ROUTINE from timer interrupt function.
    I have executed all recommendations specified in the reference http://www.keil.com/support/docs/3104.htm My user code is written on C51 and I have not found other way how to insert call to USER_ROUTINE...
  • Silabs 8051F12x, SFR Paging and RTX51 Tiny - call USER_ROUTINE from timer interrupt function.
    I have executed all recommendations specified in the reference http://www.keil.com/support/docs/3104.htm My user code is written on C51 and I have not found other way how to insert call to USER_ROUTINE...
  • 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...