• 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 Modem Applications
    Has anyone used RTX51 Tiny in an embedded modem application? I need to create a modem AT command processor using RTX51 Tiny. Are there any good RTX51 examples available?
  • 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??
  • Generating interrupts in RTX51 Tiny applications
    I am having problems generating serial port (RI and TI) interrupts in an application that I have. I have two functions being running with Round Robin disabled. Both functions send signals to each other...