• 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 and interrupts
    I was wondering, when the os_wait(K_SIG,0,0) function is called, and no tasks are ready, can an inturrupt still occur? i am using an interrupt driven smbus routiene, the program locks whenever i let...
  • 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...
  • Interrupt question with RTX51 tiny
    Help me , thanks! I have two questions wish to get the answers. 1、 If a interrupt routine is so longer more than OS schedule period: what would be happend? could tasks run correctly? 2、 Whether...
  • 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??