• 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....
  • How to call a C function instead of macro in RTX51 tiny
    Hello, I'm trying to have a C function called when the tick timer 0 is interrupted. in the manual it has this macro where i'm supposed to write the macro but the problem is my code is in C and I...
  • How to call a C function instead of macro in RTX51 tiny
    Hello, I'm trying to have a C function called when the tick timer 0 is interrupted. in the manual it has this macro where i'm supposed to write the macro but the problem is my code is in C and I...
  • 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...