• 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: os_wait2(..) return question
    If I call os_wait2(..) as listed in the example below, and if subsequently another task signals MyTask() AND it times out, what will the return value be? The manual states the return value will be a manifest...
  • 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: os_wait2(..) return question
    If I call os_wait2(..) as listed in the example below, and if subsequently another task signals MyTask() AND it times out, what will the return value be? The manual states the return value will be a manifest...
  • Questions about timer0 with rtx51 tiny
    Hello all, I have a question about Timer0 when using rtx51 rtos. Is this timer shut off when not using round robin mode. I am working with a multitasking program that uses event driven switching...