• 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...
  • Task Switching Does Not Work As I Believed, timing problem
    Hi all, I have a problem in switching my tasks. As I thought, every task has 37ms to work before it gets interrupted by the task-scheduler, who then activates the task with the highest priority...
  • 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...
  • Task Switching Does Not Work As I Believed, timing problem
    Hi all, I have a problem in switching my tasks. As I thought, every task has 37ms to work before it gets interrupted by the task-scheduler, who then activates the task with the highest priority...
  • task switching
    Hi, Does os_send_token() cause task switching?If so, my code given below is not working properly,task_1 is running continuously, and task_2 is never getting executed. Please clarify my doubt. ...