• 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 and Reentrancy
    What is the effect of an RTX Tiny context switch (via specifying a non-zero TIMESHARING value in Conf_tny.A51) on non-reentrant functions? I would assume that functions documented as reentrant will...
  • RTX51 Tiny Examples and Explaination
    Does anyone have any RTX51 Tiny simple examples that run? Are there any ap notes or other literature that give a better explination of how the functions work? I am trying to learn to use RTX51 Tiny but...
  • 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...
  • reentrant RTX51 Tiny
    This is a question about reentrant functions in RTX51 Tiny System. AS follows articles I found in http://www.keil.com/support/man/docs/tr51/tr51_reentrant.htm : " You should disable Round-Robin Task...