• 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??
  • why is the task not switched in rtx51-tiny example?
    i compled the rtxtiny2\example\ex2,and successed. but when i dubug it,i find the task do not be switched. it is runing in the task2.and the task0 is ready and time out,but not be runed.. why...
  • Error while compileing example RTX51 tiny program
    Hi there, Iam trying to get familiarized with the RTX51 Tiny RTOS. I am trying the below example but iam getting the following error after compilation MYTASK.C(7): error C129: missing ';' before ...
  • 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?