• rtx51tiny program halt
    hi guys, i need some help about rtx51tiny (c51 v8.01;rtx51tiny 2) program. I have made a robot controller program and tried to put the RTOS (rtx51tiny) to that control program, everything is ok until...
  • RTX51Tiny process restart
    Is there a recommended method for restarting an RTX51Tiny process in case of hoseup - something less drastic than restarting the entire processor (e.g. via a watchdog)? I have several interlocking processes...
  • linking with rtx51tiny
    hi there, i just started learning rtos tiny. This is my first program and it goes like this #include "rtx51tny.h" #include "reg51f.h" #define LED P1 #define OFF 0XFF #define ON 0X00 void job0 (void...
  • LX51 and RTX51Tiny
    LX51 does not recognize RTX51TINY directive!?
  • RTX51Tiny process restart
    Is there a recommended method for restarting an RTX51Tiny process in case of hoseup - something less drastic than restarting the entire processor (e.g. via a watchdog)? I have several interlocking processes...