• about RTX51 Tiny task switching
    My program as follow: unsigned char itask; void choice(void)_task_0 {init(); os_create_task(1); os_create_task(2); os_delete_task(0); } void task(void)_task_ 1 { itask = os_running_task_id...
  • about RTX51 Tiny task switching
    My program as follow: unsigned char itask; void choice(void)_task_0 {init(); os_create_task(1); os_create_task(2); os_delete_task(0); } void task(void)_task_ 1 { itask = os_running_task_id...
  • 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...
  • 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...
  • Some Questions about RTX51 tiny tasking switching.
    In general, what can causes the RTX51 Tiny tasking switching run uncorrectly. Thanks in advance. I can solve some qustions in my program, some tasks never run in program.