• RTX51 Tiny Build Error
    I am trying to test the file RTX_EX1.C from the Keil samples directory for the RTX51 TINY, and for some reason I was not be able to compile/build. I am using UVISION2 V2.31 It keeps telling me the...
  • __DATE__ and RTX51 Tiny give link errors
    This declaration const char code* const gBuildDate = __DATE__; gives lots of link errors when I use RTX51 Tiny but is fine without RTX. (My program uses conditional compilation to build either...
  • 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 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...