• RTX51-TINY link error
    Just download and trying out evaluation version uVision4 for 8051, try to build a project from the examples directory for RTX51-TINY but get error stating should upgrade to PK51. Makes no sense to me...
  • 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...
  • 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??
  • Initializing a const code structure with __DATE__
    Hi everyone, I have the following working code: typedef struct { int spam; int eggs; char padding[200]; } MyStruct; const char code foo[] = "This is a string."; const MyStruct code bar =...